How to find custom axis series from click on background
Posted: Thu Aug 23, 2007 9:45 am
Hi,
I have a WebChart with line series, each one on a custom axis.
After clicking on the background, I need to know on which series I clicked.
I can not use the ClickSeries event, since the click need not be exactly on the series line,
but anywhere on the rectangular area on which the series appears.
So I guess the ClickBackground event should be used, where I have the x,y screen coordinates of the click point.
How do I find the appropriate series from them?
I have a WebChart with line series, each one on a custom axis.
After clicking on the background, I need to know on which series I clicked.
I can not use the ClickSeries event, since the click need not be exactly on the series line,
but anywhere on the rectangular area on which the series appears.
So I guess the ClickBackground event should be used, where I have the x,y screen coordinates of the click point.
How do I find the appropriate series from them?