Click or drag to resize

AxisAggregationType Enumeration

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

Namespace:  Aspose.Slides.Charts
Assembly:  Aspose.Slides (in Aspose.Slides.dll) Version: 20.3.0.0 (20.3)
Syntax
public enum AxisAggregationType
Members
  Member nameValueDescription
ByCategory0 Aggregate by categories
Automatic1 Aggregate categories automatically.
ByBinWidth2 Aggregate categories by bin width. Property IAxis.BinWidth must be setted.
ByNumberOfBins3 Aggregate categories by number of bins. Property IAxis.NumberOfBins must be setted.
See Also