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

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

Syntax

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

Remarks

Setting the Max property automatically sets AutoMax to false.

See Also