Add series in TypeScript Chart control
18 Nov 20181 minute to read
You can add or remove the chart series dynamically by using the addSeries or removeSeries method.
To add or remove the series dynamically, follow the given steps:
Step 1:
To add a new series to chart dynamically, pass the series value to the addSeries method.
To remove the new series from chart dynamically, pass the series index to the removeSeries method.