ComponentOne FinancialChart for WinForms
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
     
    
    <DefaultValueAttribute(NaN)>
    <C1DescriptionAttribute("Axis.Max", "Gets or sets the maximum value shown on the axis.")>
    Public Property Max As Double
    [DefaultValue(NaN)]
    [C1Description("Axis.Max", "Gets or sets the maximum value shown on the axis.")]
    public double Max {get; set;}
    Remarks
    If the maximum is equal to NaN(default value) the maximum is calculated automatically.
    See Also