Chart series in TypeScript Chart control
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
Chart allows you to render combination of different series like Column, line, area etc.
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.