Gauges for WinForms | ComponentOne
C1.Win.C1Gauge.4.5.2 Assembly / C1.Win.C1Gauge Namespace / BulletGraphRange Class / To Property

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