ComponentOne Chart for .NET (2.0) Search HelpCentral 

Axis.Max Property

Gets or sets the maximum value of the axis.

[Visual Basic]

Public Property Max As Double

[C#]

public double Max {get;set;}

[Delphi]

public property Max: Double read get_Max write set_Max;

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

Axis Class | Axis Members | C1.Win.C1Chart Namespace | Axis Class


Send comments about this topic to ComponentOne.
Copyright © ComponentOne LLC. All rights reserved.