axis_between_categories property

axis_between_categories property

Represents if the value axis crosses the category axis between categories.

Remarks

This property applies only to category axes, and it doesn’t apply to 3-D charts.

Definition:

@property
def axis_between_categories(self):
    ...
@axis_between_categories.setter
def axis_between_categories(self, value):
    ...

See Also