Chart Series in Chart Component
18 Nov 20181 minute to read
Multiple Series
You can add multiple series to the chart by using Series property. The series are rendered in the order as it is added to the series array.
Combination Series
Combination of different types like Line, column etc, can be rendered in a chart.
NOTE
Bar series cannot be combined with any other series as the axis orientation is different from other series.
Enable Complex Property in Series
By setting EnableComplexProperty value as true in series you can bind complex data to the chart.