ComponentOne BulletGraph for WinForms
C1.Win.C1Gauge Namespace / BulletGraphRange Class / From Property

In This Topic
    From Property (BulletGraphRange)
    In This Topic
    Gets or sets the value where the range starts. Set to Double.NaN to bind to graph's minimum.
    Syntax
    'Declaration
     
    Public Property From As System.Double
    public System.double From {get; set;}
    See Also