Gets or sets whether the minimum 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 AutoMin { get; set; }
Visual Basic
<RefreshPropertiesAttribute(RefreshProperties.All)> _
<DefaultValueAttribute(True)> _
Public Property AutoMin As Boolean
	Get
	Set

Remarks

When AutoMin is true the AxisX.Min is used as minimum x.

See Also