ComponentOne Chart for .NET (2.0) Search HelpCentral 

Axis.AutoMax Property

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

[Visual Basic]

Public Property AutoMax As Boolean

[C#]

public bool AutoMax {get;set;}

[Delphi]

public property AutoMax: Boolean read get_AutoMax write set_AutoMax;

Remarks

Setting the Max property automatically sets AutoMax 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.