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

In This Topic
    Value Property (C1BulletGraph)
    In This Topic
    Gets or sets current value of the graph.
    Syntax
    'Declaration
     
    Public Property Value As System.Double
    public System.double Value {get; set;}
    See Also