| ||
Introducing SharpPlot Your First Chart Recent Updates Sample Charts Tutorials General Tutorials Chart Tutorials SharpPlot Class Methods Structures Enumerations Style examples Glossaries Active Charts VectorMath Class DBUtil Class Get SharpPlot Download SharpPlot Buying SharpPlot SharpPlot Support Upgrading from GraPL Release notes |
Reference > Properties > YTrackFormat Property SharpPlot.YTrackFormat PropertySet a formatter for primary Y-axis tracking. public string YTrackFormat {get; set;} Examplesp.YTrackFormat = "$#,##0"; DescriptionWhen you use the PageMap class to enable an active chart viewer, it may be helpful to translate the mouse position into the co-ordinate system shown on the chart. This allows the user to point the mouse at a data value and read off the associated numbers directly. The default is to show the y-position as “y:value” where the value is rounded to 3 significant figures. Note that only the primary y-axis is tracked. See also ...PageMap Class – Introduction | GetTracker Method |