C1.Blazor.Gauge Assembly / C1.Blazor.Gauge Namespace / C1Gauge Class / GetPointerColor Method
The gauge value.

In This Topic
GetPointerColor Method (C1Gauge)
In This Topic
Get point color from the value.
Syntax
'Declaration
 
Public Function GetPointerColor( _
   ByVal value As Double _
) As C1Color
 

Parameters

value
The gauge value.

Return Value

The point color of the value.
See Also