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

In This Topic
    ScaleFrom Property (C1GaugeMultivalueDecorator)
    In This Topic
    Gets or sets the value where the scale graduation starts and the start location and width are defined. Set to Double.NaN to bind to the From value.
    Syntax
    'Declaration
     
    Public Property ScaleFrom As System.Double
    public System.double ScaleFrom {get; set;}
    See Also