ComponentOne BulletGraph for WinForms
C1.Win.C1Gauge Namespace / C1GaugeLabels Class / ValueFactor Property

In This Topic
    ValueFactor Property (C1GaugeLabels)
    In This Topic
    Gets or sets the value multiplier when showing labels.
    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