ComponentOne FlexChart for WinForms
Convert Method


C1.Win.Chart Namespace > Axis Class : Convert Method
The data value to convert.
Converts the specified value from data to pixel coordinates.
Syntax
'Declaration
 
Public Function Convert( _
   ByVal val As Double _
) As Double
'Usage
 
Dim instance As Axis
Dim val As Double
Dim value As Double
 
value = instance.Convert(val)
public double Convert( 
   double val
)

Parameters

val
The data value to convert.

Return Value

The value in control's pixel coordinates.
See Also

Reference

Axis Class
Axis Members