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