[]
        
(Showing Draft Content)

C1.WPF.C1Chart.Axis.PointToData

PointToData Method

PointToData(Point, Point)

Transforms the point from chart view coordinates to the axis data coordinates.

Declaration
public Point PointToData(Point pt, Point offset = default)
Parameters
Type Name Description
Point pt

The point in chart view coordinates.

Point offset

Optional offset.

Returns
Type Description
Point

The point in axis data coordinates.