Gauge for WPF | ComponentOne
C1.WPF.Gauge Assembly / C1.WPF.Gauge Namespace / C1LinearGauge Class / DrawValueText Method
The value.

In This Topic
    DrawValueText Method (C1LinearGauge)
    In This Topic
    Draw the text of Value.
    Syntax
    'Declaration
     
    Protected Overrides Sub DrawValueText( _
       ByVal value As Double _
    ) 
    protected override void DrawValueText( 
       double value
    )

    Parameters

    value
    The value.
    See Also