public final class AxisAggregationType
extends com.aspose.ms.System.Enum
Represents aggregation type of category axis. Used with Histogram or HistogramPareto series only.
Modifier and Type | Field and Description |
---|---|
static int |
Automatic
Aggregate categories automatically.
|
static int |
ByBinWidth
Aggregate categories by bin width.
|
static int |
ByCategory
Aggregate by categories
|
static int |
ByNumberOfBins
Aggregate categories by number of bins.
|
Clone, CloneTo, format, format, get_Caption, get_Value, getName, getName, getNames, getNames, getUnderlyingType, getUnderlyingType, getValue, getValues, isDefined, isDefined, isDefined, isDefined, parse, parse, parse, parse, register, toObject, toString
public static final int ByCategory
Aggregate by categories
public static final int Automatic
Aggregate categories automatically.
public static final int ByBinWidth
Aggregate categories by bin width. Property IAxis.BinWidth must be setted.
public static final int ByNumberOfBins
Aggregate categories by number of bins. Property IAxis.NumberOfBins must be setted.