Bug in RemoveSeries
Posted: Fri Apr 02, 2010 8:33 pm
Using latest TeeChart ActiveX (v8.0.0.8.10301).
Reproduce the bug:
- start a new visual basic 6 project;
- add a teechart object on form;
- add 2 line series;
- call in code TChart1.RemoveSeries 0;
Result: both series are removed from the chart (RemoveSeries 1 works normally).
Same thing happens with any number of series when calling RemoveSeries index, where index < SeriesCount - 1.
Reproduce the bug:
- start a new visual basic 6 project;
- add a teechart object on form;
- add 2 line series;
- call in code TChart1.RemoveSeries 0;
Result: both series are removed from the chart (RemoveSeries 1 works normally).
Same thing happens with any number of series when calling RemoveSeries index, where index < SeriesCount - 1.