aggregation_type property

aggregation_type property

Represents aggregation type of category axis (binning). Applied to category. Used with Histogram or HistogramPareto series only.

Definition:

@property
def aggregation_type(self):
    ...

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

See Also