In This Topic
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.
Syntax
'Declaration
Public Sub SetMinMax( _
ByVal As System.Object, _
ByVal As System.Object _
)
public void SetMinMax(
System.object ,
System.object
)
Parameters
- newMin
- New axis minimum.
- newMax
- New axis maximum.
See Also