Hi Everyone,

Greetings for the day..

Well, I have a simple line chart, and I want to select any two data points of line, and wants in return its corresponding value.

For example, my 11 different points are below. Simple line graph can be drawn connecting these data points. When I click on any data point on line, I want to know its respective X and Y axis value. Lets say, I select 3rd data point on the line graph, so I should get its X and Y axis value (here time and price) as 9:32 and 8506. The user can select two data points, and I want both data points value in return.

Thank you All.


Sr. No. TIME PRICE
1 9:30 8500
2 9:31 8502
3 9:32 8506
4 9:33 8501
5 9:34 8496
6 9:35 8491
7 9:36 8503
8 9:37 8510
9 9:38 8497
10 9:39 8516
11 9:40 8528

Regards,
Vishal