Group: Forum Members
Last Active: 12 Years Ago
Posts: 1,
Visits: 1
|
I'm able to show tooltips with value (using new NInteractivityStyle("")), but this does not work for NTriangulatedSurfaceBase. Retrieving the X and Z is easy using NChartControl.HitTest(x, y), but this doesn't really help me in this case. The only workaround I've found is to manually search through all data points to figure out what point is closest to a given position and retrieve this value. Is there really not any better way to do this?
|