ASP.NET MVC Controls | ComponentOne
C1.Web.Mvc Namespace / LinearGaugeBase Class / Max Property

In This Topic
    Max Property (LinearGaugeBase)
    In This Topic
    Gets or sets the maximum value that can be displayed on the gauge.
    Syntax
    'Declaration
     
    
    <C1IgnoreAttribute()>
    Public Property Max As Double
    [C1Ignore()]
    public double Max {get; set;}
    See Also