| 
 SharpPlot Reference > PageMap Class > 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 ...PageMap.PageMap Members | PageMap.PointsToAxes Method 
 Send comments on this topic © Dyalog Ltd 2021 
 |