SharpPlot Reference > PageMap Class > PointsToAxes Method > (Double,Double) PageMap.PointsToAxes Method (Double,Double)
Convert based on topmost chart at this location.
public PointF PointsToAxes(
double x,
double y
);
-
x
- X co-ordinate in points.
-
y
- Y co-ordinate in points.
-
return value
- XY co-ords based on chart axes (empty array if not over a region bounded by rectangular axes).
See also ...PageMap.PageMap Members | PageMap.PointsToAxes Method
Send comments on this topic © Dyalog Ltd 2021
|