ComponentOne Chart for .NET (2.0) Search HelpCentral 

Axis.Min Property

Gets or sets the minimum value of the axis.

[Visual Basic]

Public Property Min As Double

[C#]

public double Min {get;set;}

[Delphi]

public property Min: Double read get_Min write set_Min;

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

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


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