Sets one or both the values of the Axis Min and Axis Max properties at the same time. If the specified Min value is less than the specified Max value, the values are swapped.
[Visual Basic]
Public Sub SetMinMax( _
ByVal newMin As Object, _
ByVal newMax As Object _
)
[C#]
public void SetMinMax(
object newMin,
object newMax
);
[Delphi]
public procedure SetMinMax(
newMin: Object;
newMax: Object
);
Parameters
newMin
New axis minimum.
newMax
New axis maximum.
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. |