axis_between_categories property

axis_between_categories property

Represents if the value axis crosses the category axis between categories. This property applies only to category axes, and it doesn’t apply to 3-D charts. Read/write bool.

Definition:

@property
def axis_between_categories(self):
    ...

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

See Also