True if the value axis crosses the category axis between categories. Read/write Boolean.
This property applies only to category axes, and it doesn't apply to 3-D charts.
This example causes the value axis in Chart1 to cross the category axis between categories.
Charts("Chart1").Axes(xlCategory).AxisBetweenCategories = True