AxisAggregationType
AxisAggregationType enum
Represents aggregation type of category axis. Used with Histogram or HistogramPareto series only.
enum class AxisAggregationType
Values
Name | Value | Description |
---|---|---|
ByCategory | 0 | Aggregate by categories |
Automatic | 1 | Aggregate categories automatically. |
ByBinWidth | 2 | Aggregate categories by bin width. Property IAxis::get(set)_BinWidth must be setted. |
ByNumberOfBins | 3 | Aggregate categories by number of bins. Property IAxis::get(set)_NumberOfBins must be setted. |
See Also
- Namespace Aspose::Slides::Charts
- Library Aspose.Slides