Hi,
Following the samples in your Online Docs I have been able to retrieve the values for my Datapoints using the Hittest method.
How can I get the series that the datapoint value comes from? If I have 4 series, how can I get the series number from the HitTest method if I clicked on, say , datapoint 3 on the 2nd series? Is this possible?
Thanks in Advance,
Nevermind, I found it, unless there is a better way:
dim Test as HitTestArgs = chart.HitTest(e)
messagebox Test.SeriesIndex <---