C1.WPF.FlexChart.Extended.4.6.2 Assembly / C1.WPF.Chart.Extended Namespace / ColorAxis Class / ConvertBack Method
The value in control pixel coordinate.

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

Parameters

val
The value in control pixel coordinate.

Return Value

The corresponding data value.
See Also