[]
        
(Showing Draft Content)

C1.Blazor.Chart.Axis.Convert

Convert Method

Convert(double)

Converts the specified value from data to pixel coordinates.

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

The data value to convert.

Returns
Type Description
double

The value in control's pixel coordinates.