[]
        
(Showing Draft Content)

C1.Win.Chart.Axis.Convert

Convert Method

Convert(double)

Converts the specified value from data to pixel coordinates.

Declaration
public double Convert(double val)
Public Function Convert(val As Double) As Double
Parameters
Type Name Description
double val

The data value to convert.

Returns
Type Description
double

The value in control's pixel coordinates.