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

In This Topic
    ValueOffset Property (C1GaugeSingleLabel)
    In This Topic
    Gets or sets the value offset when showing the label.
    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