Share via


Axis.AxisBetweenCategories Property

Excel Developer Reference

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

Syntax

expression.AxisBetweenCategories

expression   A variable that represents an Axis object.

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.

Visual Basic for Applications
  Charts("Chart1").Axes(xlCategory).AxisBetweenCategories = True

See Also