[Enhancement] RemoveSeries

Hi,

Please add the ability to programmatically remove a series from the chart.  Thank you.


@ViewChild('mylinechart')
  public linechart: Chart;

//Current this is what I do
// this.linechart.seires = []; // which removes all series

// by series name
this.linechart.removeSeries('temperature');

// and by series sequence no
this.linechart.removeSeries(0);

1 Reply

DD Dharanidharan Dharmasivam Syncfusion Team November 29, 2017 11:16 AM UTC

Hi Albert, 

Thanks for using our products 

We have considered your requirement as a feature and logged feature request for your requirement on “Need to provide remove series method support” and this will be available in our Essential studio volume 1 main release, which is expected to be out at the mid of February 2018. You can communicate with us regarding the open features at any time using the “Contact” option. 

Thanks, 
Dharani 


Loader.
Up arrow icon