Blazor | ComponentOne
C1.Blazor.Gauge Assembly / C1.Blazor.Gauge Namespace / C1LinearGauge Class / GetPointerColor Method
The gauge value.

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

    Parameters

    value
    The gauge value.

    Return Value

    The point color of the value.
    See Also