AxisAggregationType enumeration

AxisAggregationType enumeration

Represents aggregation type of category axis. Used with Histogram or HistogramPareto series only.

The AxisAggregationType type exposes the following members:

Fields

FieldDescription
BY_CATEGORYAggregate by categories
AUTOMATICAggregate categories automatically.
BY_BIN_WIDTHAggregate categories by bin width. Property IAxis.BinWidth must be setted.
BY_NUMBER_OF_BINSAggregate categories by number of bins. Property IAxis.NumberOfBins must be setted.

See Also