[]
        
(Showing Draft Content)

C1.Blazor.Chart.Axis.ConvertBack

ConvertBack Method

ConvertBack(double)

Converts the specified value from pixel to data coordinates.

Declaration
public double ConvertBack(double val)
Parameters
Type Name Description
double val

The pixel coordinate to convert back.

Returns
Type Description
double

The value in data coordinates.