Gets or sets the maximum value of the axis.

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

Syntax

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

Remarks

Setting the Max property automatically changes AutoMax to false. If the Max value is set to a new value, which is less than the current value of the Min property, then the Min property is also reset to a new value, which maintains the same difference between the current Max and Min values.

See Also