I'm aware that there's no such event in TChart. All I need to know is what series (indexes) are left after deletion. I tried to use
Code: Select all
OnSeriesAfterDrawValuesTchart(long SeriesIndex)
At least if I open Chart Editor it displays there Series<b>0</b> and Series<b>2</b>, while in OnSeriesAfterDrawValuesTchart it says indexes <b>0</b> and <b>1</b>
I'm using VC++ 6.0 and ActiveX 6
Please, let me know how I can achieve this. Thank you in advance.
Michael.