Axis.AxisBetweenCategories property (Excel)
True if the value axis crosses the category axis between categories. Read/write Boolean.
Syntax
expression.AxisBetweenCategories
expression A variable that represents an Axis object.
Remarks
This property applies only to category axes, and it doesn't apply to 3D charts.
Example
This example causes the value axis on Chart1 to cross the category axis between categories.
Charts("Chart1").Axes(xlCategory).AxisBetweenCategories = True
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.