Blazor | ComponentOne
C1.Blazor.Gauge Assembly / C1.Blazor.Gauge Namespace / GaugeRange Class / Max Property

In This Topic
    Max Property (GaugeRange)
    In This Topic
    Gets or sets the maximum value for this range.
    Syntax
    'Declaration
     
    
    Public Property Max As Double
    public double Max {get; set;}
    See Also