Reference > Active Charts > 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 ...

AxesToPoints Method | PageMap Members


Send comments on this topic
© Dyalog Ltd 2013