VISHAL KAPASI
New Member
- Joined
- Aug 26, 2015
- Messages
- 3
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 the line, graph I want to know its respective X and Y axis value.
Let’s 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.
[TABLE="width: 0"]
<tbody>[TR]
[TD]Sr. No.
[/TD]
[TD]TIME
[/TD]
[TD]PRICE
[/TD]
[/TR]
[TR]
[TD]1
[/TD]
[TD]9:30
[/TD]
[TD]8500
[/TD]
[/TR]
[TR]
[TD]2
[/TD]
[TD]9:31
[/TD]
[TD]8502
[/TD]
[/TR]
[TR]
[TD]3
[/TD]
[TD]9:32
[/TD]
[TD]8506
[/TD]
[/TR]
[TR]
[TD]4
[/TD]
[TD]9:33
[/TD]
[TD]8501
[/TD]
[/TR]
[TR]
[TD]5
[/TD]
[TD]9:34
[/TD]
[TD]8496
[/TD]
[/TR]
[TR]
[TD]6
[/TD]
[TD]9:35
[/TD]
[TD]8491
[/TD]
[/TR]
[TR]
[TD]7
[/TD]
[TD]9:36
[/TD]
[TD]8503
[/TD]
[/TR]
[TR]
[TD]8
[/TD]
[TD]9:37
[/TD]
[TD]8510
[/TD]
[/TR]
[TR]
[TD]9
[/TD]
[TD]9:38
[/TD]
[TD]8497
[/TD]
[/TR]
[TR]
[TD]10
[/TD]
[TD]9:39
[/TD]
[TD]8516
[/TD]
[/TR]
[TR]
[TD]11
[/TD]
[TD]9:40
[/TD]
[TD]8528
[/TD]
[/TR]
</tbody>[/TABLE]
Regards,
Vishal
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 the line, graph I want to know its respective X and Y axis value.
Let’s 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.
[TABLE="width: 0"]
<tbody>[TR]
[TD]Sr. No.
[/TD]
[TD]TIME
[/TD]
[TD]PRICE
[/TD]
[/TR]
[TR]
[TD]1
[/TD]
[TD]9:30
[/TD]
[TD]8500
[/TD]
[/TR]
[TR]
[TD]2
[/TD]
[TD]9:31
[/TD]
[TD]8502
[/TD]
[/TR]
[TR]
[TD]3
[/TD]
[TD]9:32
[/TD]
[TD]8506
[/TD]
[/TR]
[TR]
[TD]4
[/TD]
[TD]9:33
[/TD]
[TD]8501
[/TD]
[/TR]
[TR]
[TD]5
[/TD]
[TD]9:34
[/TD]
[TD]8496
[/TD]
[/TR]
[TR]
[TD]6
[/TD]
[TD]9:35
[/TD]
[TD]8491
[/TD]
[/TR]
[TR]
[TD]7
[/TD]
[TD]9:36
[/TD]
[TD]8503
[/TD]
[/TR]
[TR]
[TD]8
[/TD]
[TD]9:37
[/TD]
[TD]8510
[/TD]
[/TR]
[TR]
[TD]9
[/TD]
[TD]9:38
[/TD]
[TD]8497
[/TD]
[/TR]
[TR]
[TD]10
[/TD]
[TD]9:39
[/TD]
[TD]8516
[/TD]
[/TR]
[TR]
[TD]11
[/TD]
[TD]9:40
[/TD]
[TD]8528
[/TD]
[/TR]
</tbody>[/TABLE]
Regards,
Vishal