Gauges for WinForms | ComponentOne
C1.Win.C1Gauge.4.5.2 Assembly / C1.Win.C1Gauge Namespace / C1GaugeSingleLabel Class / ValueFactor Property

In This Topic
    ValueFactor Property (C1GaugeSingleLabel)
    In This Topic
    Gets or sets the value multiplier when showing the label.
    Syntax
    'Declaration
     
    Public Property ValueFactor As System.Double
    public System.double ValueFactor {get; set;}
    Remarks
    Allows to increase or decrease the displayed value by the specified multiplier.
    See Also