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.

Namespace:  C1.Win.C1Chart
Assembly:  C1.Win.C1Chart.2 (in C1.Win.C1Chart.2.dll)

Syntax

C#
public void SetMinMax(
	Object newMin,
	Object newMax
)
Visual Basic
Public Sub SetMinMax ( _
	newMin As Object, _
	newMax As Object _
)

Parameters

newMin
Type: System..::..Object
New axis minimum.
newMax
Type: System..::..Object
New axis maximum.

See Also