SharpPlot Reference > PageMap Class > AxesToPoints Method > (String,Double,Double) PageMap.AxesToPoints Method (String,Double,Double)
Convert axis co-ordinates to points for a given chartid.
public PointF AxesToPoints(
string chartid,
double xa,
double ya
);
-
chartid
- Chart to use for coordinate conversion (last chart drawn if omitted).
-
xa
- Y co-ords in points.
-
ya
- Y co-ords in points.
-
return value
- XY coordinates in chart axis units.
See also ...PageMap.PageMap Members | PageMap.AxesToPoints Method
Send comments on this topic © Dyalog Ltd 2021
|