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

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