[]
Transforms the point from chart view coordinates to the axis data coordinates.
public Point PointToData(Point pt, Point offset = default)
| Type | Name | Description |
|---|---|---|
| Point | pt | The point in chart view coordinates. |
| Point | offset | Optional offset. |
| Type | Description |
|---|---|
| Point | The point in axis data coordinates. |