ComponentOne FlexPivot for WinForms
C1.Win.FlexChart.4.8 Assembly / C1.Win.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