Chart.PrimaryValuesAxisMaximum property (Access)

Returns or sets the maximum value that can be represented on the primary values axis. Read/write Single.

Syntax

expression.PrimaryValuesAxisMaximum

expression A variable that represents a Chart object.

Remarks

PrimaryValuesAxisMinimum and PrimaryValuesAxisMaximum are enforced when the PrimaryValuesAxisRange property is set to Fixed.

A chart value may exceed the PrimaryValuesAxisMaximum, but its representation in a chart (for example, a bar in a bar chart) may be clipped according to the maximum.

Support and feedback

Have questions or feedback about Office VBA or this documentation? Please see Office VBA support and feedback for guidance about the ways you can receive support and provide feedback.