[]
Calculates the client coordinates of a point in the PlotArea given data coordinates.
protected PointF ConvertPoint(double x, double y)
| Type | Name | Description |
|---|---|---|
| double | x | The X coordinate of point. |
| double | y | The Y coordinate of point. |
| Type | Description |
|---|---|
| PointF | The client coordinates of a point in the PlotArea. |