[]
Gets or sets the maximum value shown on the axis.
[C1Description("Axis.Max", "Gets or sets the maximum value shown on the axis.")]
public double Max { get; set; }
<C1Description("Axis.Max", "Gets or sets the maximum value shown on the axis.")>
Public Property Max As Double
If the maximum is equal to NaN(default value) the maximum is calculated automatically.