Chart.PrimaryValuesAxisMinimum property (Access)
Returns or sets the minimum value that can be represented on the primary values axis. Read/write Single.
Syntax
expression.PrimaryValuesAxisMinimum
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 be less than the PrimaryValuesAxisMinimum, but its representation in a chart (for example, a bar in a bar chart) may be clipped according to the minimum.
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.