Piezīmes
Lai piekļūtu šai lapai, ir nepieciešama autorizācija. Varat mēģināt pierakstīties vai mainīt direktorijus.
Lai piekļūtu šai lapai, ir nepieciešama autorizācija. Varat mēģināt mainīt direktorijus.
True if Microsoft Excel calculates minor units for the value axis. Read/write Boolean.
Syntax
expression.MinorUnitIsAuto
expression A variable that represents an Axis object.
Remarks
Setting the MinorUnit property sets this property to False.
Example
This example automatically calculates major and minor units for the value axis on Chart1.
With Charts("Chart1").Axes(xlValue)
.MajorUnitIsAuto = True
.MinorUnitIsAuto = True
End With
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.