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
axis axis between categories Axis Between Categories Property axisbetween AxisBetweenCategories AxisBetweenCategories Property AxisBetweenCategories? Cause value axis to cross between categories? X axis cross y Axis right on category mark?

See also: