AxisAggregationType
AxisAggregationType enumeration
Represents aggregation type of category axis. Used with Histogram or HistogramPareto series only.
public enum AxisAggregationType
Values
Name | Value | Description |
---|---|---|
ByCategory | 0 |
Aggregate by categories |
Automatic | 1 |
Aggregate categories automatically. |
ByBinWidth | 2 |
Aggregate categories by bin width. Property IAxis.BinWidth must be setted. |
ByNumberOfBins | 3 |
Aggregate categories by number of bins. Property IAxis.NumberOfBins must be setted. |
See Also
- namespace Aspose.Slides.Charts
- assembly Aspose.Slides