ComponentOne BulletGraph for WinForms
C1.Win.C1Gauge Namespace / C1GaugeSingleMark Class / Value Property

In This Topic
    Value Property (C1GaugeSingleMark)
    In This Topic
    Gets or sets the value associated with this tick mark.
    Syntax
    'Declaration
     
    Public Property Value As System.Double
    public System.double Value {get; set;}
    See Also