[]
        
(Showing Draft Content)

C1.Win.C1Chart.Axis.SetMinMax

SetMinMax Method

SetMinMax(object, object)

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.

Declaration
public void SetMinMax(object newMin, object newMax)
Parameters
Type Name Description
object newMin

New axis minimum.

object newMax

New axis maximum.

See Also