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