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

In This Topic
    ValueOffset Property (C1GaugeLabels)
    In This Topic
    Gets or sets the value offset when showing labels.
    Syntax
    'Declaration
     
    Public Property ValueOffset As System.Double
    public System.double ValueOffset {get; set;}
    Remarks
    Allows to increase or decrease the displayed value by adding the specified amount.
    See Also