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