[]
Converts a Point from control coordinates to chart data coordinates.
public Point PointToData(Point point, bool usePlotArea = false)
Type | Name | Description |
---|---|---|
Point | point | |
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 |
---|---|
Point | The point in chart data coordinates. |