C1.Win.FlexChart.8 Assembly / C1.Win.Chart Namespace / Axis Class / ConvertBack Method
The pixel coordinate to convert back.

In This Topic
ConvertBack Method (Axis)
In This Topic
Converts the specified value from pixel to data coordinates.
Syntax
'Declaration
 
Public Function ConvertBack( _
   ByVal val As System.Double _
) As System.Double
 

Parameters

val
The pixel coordinate to convert back.

Return Value

The value in data coordinates.
See Also