AxisBetweenCategories Property

Microsoft Excel Visual Basic

AxisBetweenCategories Property

       

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

Remarks

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

Example

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

Charts("Chart1").Axes(xlCategory).AxisBetweenCategories = True