Returns or sets the highest or ending value on the chart value axis.
Syntax
object.Maximum [ = value]
The Maximum property syntax has these parts:
Part | Description |
object | An object expression that evaluates to an object in the Applies To list. |
value | Double. The highest 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.