AxisAggregationType

AxisAggregationType enumeration

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

Members

Member nameDescription
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