Returns or sets the lowest or beginning value on the chart value axis.
Syntax
object.Minimum [ = value]
The Minimum property syntax has these parts:
Part | Description |
object | An object expression that evaluates to an object in the Applies To list. |
value | Double. The lowest axis value. |
Remarks
If this property is set, then the ValueScale object's Auto property is automatically set to False.
The Maximum property should be set before the Minimum property to avoid a chart display error.