| 
 SharpPlot Reference > PageMap Class > AxesToPoints Method >  (Double,Double) PageMap.AxesToPoints Method (Double,Double)
Do conversion based on last available chart on the page. 
public PointF AxesToPoints(
    double xa,
    double ya
);
- 
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 
 |