Group: Forum Members
Last Active: 6 Years Ago
Posts: 0,
Visits: 4
|
am using NChartControl in a winform application. This have curve created from NPointSeries. Selecting the curve take multiple attempts as the selection has to be accurate. The HitTest method takes the location input to confirm if the chartelement selected is a data point. Is there a way to provide some kind of tolerance, so that user can pick the curve with slightly lesser accuracy of location?
|
Group: Forum Members
Last Active: 13 hours ago
Posts: 3,054,
Visits: 4,009
|
Hi Kiran, You can perform hit test for all the points that surround the point in question and then return the most commonly returned chart element. Hope this helps - let us know if you meet any problems.
Best Regards, Nevron Support Team
|