| ||
Introducing SharpPlot Your First Chart Recent Updates Sample Charts Tutorials General Tutorials Chart Tutorials SharpPlot Class Properties Methods Structures Enumerations Style examples Glossaries VectorMath Class DBUtil Class Get SharpPlot Download SharpPlot Buying SharpPlot SharpPlot Support Upgrading from GraPL Release notes |
Reference > Active Charts > GetTracker Method PageMap.GetTracker MethodConvert points to status message giving x and y in user-space. public string GetTracker( double x, double y );
DescriptionThis takes note of the axis type, so will (for example) correctly represent the cursor position as a date for timeseries charts. A typical result for a scatterplot would be “x:234 y:12.7” where the mouse position is translated to axis values, rounded off to 3 significant figures. Dates are shown in the standard ‘short-date’ style unless you give your own format string. See also ...XTrackFormat Property | YTrackFormat Property | PageMap Class – Introduction | PageMap Members |