category_type property

category_type property

Represents the category axis type.

Definition:

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

See Also