Blazor | ComponentOne
C1.Blazor.Chart Assembly / C1.Blazor.Chart Namespace / Axis Class / Max Property

In This Topic
    Max Property (Axis)
    In This Topic
    Gets or sets the maximum value shown on the axis.
    Syntax
    'Declaration
     
    
    Public Property Max As Double
    public double Max {get; set;}
    Remarks
    If the maximum is equal to NaN(default value) the maximum is calculated automatically.
    See Also