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

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