OnItemDblClick in Chart

Hi,
I have a line chart.
and i have added few series to chart.
Using OnItemdblclick event can i get the series number on which user clicked?

Thanks,
Naresh adla

Series number means series value.

For more clarity:

If i take ur sample example dhtmlx.com/docs/products/dht … eries.html

When i click on an item(5.0, Aug) then i should able to get the value “company B”.

In my case i have 5 series that i added to a chart.
when user clicks on any item in the chart i should get on which series he clicked.

How can i do this please help.

Hi
You can get an index of series - see demo
chart.rar (248 KB)