ComponentOne Extender Controls for ASP.NET Web Forms
C1.Web.Wijmo.Extenders.4 Assembly / C1.Web.Wijmo.Extenders.C1Gauge Namespace / C1GaugeExtender Class / Max Property

In This Topic
    Max Property (C1GaugeExtender)
    In This Topic
    Gets/sets the max value of the gauge.
    Syntax
    'Declaration
     
    Public Property Max As System.Double
    public System.double Max {get; set;}
    See Also