[]
        
(Showing Draft Content)

C1.Blazor.Chart.FlexChart.PointToData

PointToData Method

PointToData(PointF, bool)

Converts a Point from control coordinates to chart data coordinates.

Declaration
public PointF PointToData(PointF point, bool usePlotArea = false)
Parameters
Type Name Description
PointF point

Point in control coordinates.

bool usePlotArea

If true the method returns data coordinates according to the axes of current plot area. By default (usePlotArea=false) it always uses the main chart axes (AxisX and AxisY).

Returns
Type Description
PointF

The point in chart data coordinates.