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

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