Gets or sets the minimum value of the axis.

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

Syntax

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

Remarks

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

See Also