Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 3 Current »

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.

Class Descendants

  • No labels