AxisAggregationType

AxisAggregationType enumeration

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

public enum AxisAggregationType

Values

NameValueDescription
ByCategory0Aggregate by categories
Automatic1Aggregate categories automatically.
ByBinWidth2Aggregate categories by bin width. Property IAxis.BinWidth must be setted.
ByNumberOfBins3Aggregate categories by number of bins. Property IAxis.NumberOfBins must be setted.

See Also