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
| Field | Description | 
|---|---|
| BY_CATEGORY | Aggregate by categories | 
| AUTOMATIC | Aggregate categories automatically. | 
| BY_BIN_WIDTH | Aggregate categories by bin width. Property IAxis.BinWidth must be setted. | 
| BY_NUMBER_OF_BINS | Aggregate categories by number of bins. Property IAxis.NumberOfBins must be setted. | 
See Also
- module aspose.slides.charts
- library Aspose.Slides