Profile Picture

Easy way to find the Y values at X cursor position

Posted By Pedram . 11 Years Ago
Author
Message
Pedram .
Posted 11 Years Ago
View Quick Profile
Forum Newbie

Forum Newbie (7 reputation)Forum Newbie (7 reputation)Forum Newbie (7 reputation)Forum Newbie (7 reputation)Forum Newbie (7 reputation)Forum Newbie (7 reputation)Forum Newbie (7 reputation)Forum Newbie (7 reputation)Forum Newbie (7 reputation)

Group: Forum Members
Last Active: 11 Years Ago
Posts: 7, Visits: 1
Is there a built it in tool or suggested method to finding Y value at a particular X value from a XY Line chart using the X-axis cursor position?

For example we have time on the X axis, and we have several Line Series on the chart. Our data sets are in the hundreds of thousands for each series.





Nevron Support
Posted 11 Years Ago
View Quick Profile
Supreme Being

Supreme Being (4,435 reputation)Supreme Being (4,435 reputation)Supreme Being (4,435 reputation)Supreme Being (4,435 reputation)Supreme Being (4,435 reputation)Supreme Being (4,435 reputation)Supreme Being (4,435 reputation)Supreme Being (4,435 reputation)Supreme Being (4,435 reputation)

Group: Forum Members
Last Active: Last Week
Posts: 3,054, Visits: 4,009

Hi Pedram,
We recently uploaded a SP of the control which imlements build in X / Y line intersection - to find the y values of a XY scatter line you can now use:

List<NVector2DD> intersections = someLineSeries.IntersectWithXValue(someXValue);

Let us know if you meet any problems or have any questions.



Best Regards,
Nevron Support Team





Similar Topics


Reading This Topic