How to get the selected series ?
Posted: Wed May 05, 2010 12:01 pm
Hello,
I am using Visual Studio 2008 (Visual Basic).
I have add a TChart to my projekt (TChart .net 2009)
I have got a "FastLine" series. In my project I clone this series:
Tchart1.series(0).clone
So far, so good...
Now I would like to the the click_series event.
If I click on a series, the event will be in action, but how can I get the selected series index ?
In AXTchart there was a coding like this: Tchart.series(e.seriesindex)
Thank you for your help.
Jochen
I am using Visual Studio 2008 (Visual Basic).
I have add a TChart to my projekt (TChart .net 2009)
I have got a "FastLine" series. In my project I clone this series:
Tchart1.series(0).clone
So far, so good...
Now I would like to the the click_series event.
If I click on a series, the event will be in action, but how can I get the selected series index ?
In AXTchart there was a coding like this: Tchart.series(e.seriesindex)
Thank you for your help.
Jochen