[]
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.
public void SetMinMax(object newMin, object newMax)
Type | Name | Description |
---|---|---|
object | newMin | New axis minimum. |
object | newMax | New axis maximum. |