category_axis_type property

category_axis_type property

Specifies the type of the category axis. Read/write CategoryAxisType.

Definition:

@property
def category_axis_type(self):
    ...

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

See Also