ExtendedXYLineChartExpression
The ExtendedXYLineChartExpression inherits from XYLineChartExpression, XYChartExpression and AbstractChartExpression. It adds the following additional properties.
Note that this is one of the only expressions that requires you to define a chartType property, because the extended expression class can render four different charts.
LineChartExpression Properties
Property Name |
Data Type |
Description |
---|---|---|
chartType |
String |
Sets the type of chart to render. Defaults to LineChart. Valid values are StepChart, StepAreaChart, DifferenceChart, LineChart. |