GetPointerColor Method (C1RadialGauge)
In This Topic
Get point color from the value.
Syntax
'Declaration
Public Function GetPointerColor( _
ByVal As Double _
) As Color
public Color GetPointerColor(
double
)
Parameters
- value
- The gauge value.
Return Value
The point color of the value.
See Also