How to find the series type in a chart.
Posted: Sat Feb 06, 2016 4:24 am
My program creates a chart with a mixture of line series, fast line series, point series and bar series. I am using MultiBar := mbStacked (as I want to place my stacked bars at specified x-axis positions), which means that I have to generate a new series for each segment in the stacked bar.
When I select some new data, I want to clear only the bar series from the chart and leave the other series (which will be refreshed). How do I find the series type of each item in SeriesList, and how do I remove only bar series from the chart, without having to generate a parallel list of series types.
Thanks in advance
Errol
When I select some new data, I want to clear only the bar series from the chart and leave the other series (which will be refreshed). How do I find the series type of each item in SeriesList, and how do I remove only bar series from the chart, without having to generate a parallel list of series types.
Thanks in advance
Errol