AxisBetweenCategories property (Excel Graph)

True if the value axis crosses the category axis between categories. Read/write Boolean.

Syntax

expression.AxisBetweenCategories

expression Required. An expression that returns one of the objects in the Applies To list.

Remarks

This property applies only to category axes, and it doesn't apply to 3D charts.

Example

This example causes the value axis to cross the category axis between categories.

myChart.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.