[]
Converts a Point from control coordinates to chart data coordinates.
public PointF PointToData(PointF point, bool usePlotArea = false)
| Type | Name | Description |
|---|---|---|
| PointF | point | Point in control coordinates. |
| bool | usePlotArea | If true the method returns data coordinates according to the axes of current plot area. By default (usePlotArea=false) it always uses the main chart axes (AxisX and AxisY). |
| Type | Description |
|---|---|
| PointF | The point in chart data coordinates. |