ComponentOne BulletGraph for WinForms
C1.Win.C1Gauge Namespace / C1GaugeMultivalueDecorator Class / To Property

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