count property

count property

Gets or set the count of axis bins

Definition:

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

See Also