| ||
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 > PointsToAxes Method PageMap.PointsToAxes MethodConvert between co-ordinate systems based on given chart, or topmost chart at this location. ExamplePointF xya = pm.PointsToAxes("Bar1",100,100); System.Console.WriteLine("Axis conversion based on left scale - (100,100)=" + xya; This gives the output Axis conversion based on left scale - (100,100)={X=0.9864865, Y=1.699115} Axis conversion based on right scale - (100,100)={X=0.9864865, Y=127.4336} Axis conversion based on topmost scale - (100,100)={X=0.9864865, Y=127.4336} Overloads
DescriptionThis could be used to show the current mouse co-ordinates in terms of the chart axes in a status field if the formatted value provided by GetTracker is unsuitable. See also ...PageMap Class – Introduction | GetTracker Method | PageMap Members |