AxisAggregationType

Inheritance: java.lang.Object, com.aspose.ms.System.ValueType, com.aspose.ms.System.Enum

public final class AxisAggregationType extends System.Enum

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

Fields

FieldDescription
ByCategoryAggregate by categories
AutomaticAggregate categories automatically.
ByBinWidthAggregate categories by bin width.
ByNumberOfBinsAggregate categories by number of bins.

ByCategory

public static final int ByCategory

Aggregate by categories

Automatic

public static final int Automatic

Aggregate categories automatically.

ByBinWidth

public static final int ByBinWidth

Aggregate categories by bin width. Property IAxis.BinWidth must be setted.

ByNumberOfBins

public static final int ByNumberOfBins

Aggregate categories by number of bins. Property IAxis.NumberOfBins must be setted.