AxisBetweenCategories Property

Applies To

Axis object.

Description

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 to cross the category axis between categories.

myChart.Axes(xlCategory).AxisBetweenCategories = True