Gets or sets whether the maximum X value is calculated automatically.

Namespace:  C1.Win.C1Chart
Assembly:  C1.Win.C1Chart.2 (in C1.Win.C1Chart.2.dll)

Syntax

C#
[RefreshPropertiesAttribute(RefreshProperties.All)]
[DefaultValueAttribute(true)]
public bool AutoMax { get; set; }
Visual Basic
<RefreshPropertiesAttribute(RefreshProperties.All)> _
<DefaultValueAttribute(True)> _
Public Property AutoMax As Boolean
	Get
	Set

Remarks

When AutoMax is true the AxisX.Max is used.

See Also