Gets or sets whether the axis minimum value is calculated automatically.
[Visual Basic]
Public Property AutoMin As Boolean
[C#]
public bool AutoMin {get;set;}
[Delphi]
public property AutoMin: Boolean read get_AutoMin write set_AutoMin;
Remarks
Setting the Min property automatically sets AutoMin to false.
See Also
Axis Class | Axis Members | C1.Win.C1Chart Namespace | Axis Class
Send comments about this topic to ComponentOne. Copyright © ComponentOne LLC. All rights reserved. |