Reference > Active Charts > PointsToAxes Method > (String,Double,Double)

PageMap.PointsToAxes Method (String,Double,Double)

Convert points to axis co-ordinates for given chart.

public PointF PointsToAxes(
    string chartid,
    double x,
    double y
);
chartid
Name of chart to be used for conversion.
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 ...

PointsToAxes Method | PageMap Members


Send comments on this topic
© Dyalog Ltd 2013