Applies To
Axis Object.
Description
True if the value axis crosses the category axis between categories.
Remarks
This property only applies to category axes, and does not 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