public final class PieSplitType
extends com.aspose.ms.System.Enum
Represents a type of splitting points in the second pie or bar on a pie-of-pie or bar-of-pie chart.
Modifier and Type | Field and Description |
---|---|
static int |
ByPercentage
Specifies the data points shall be split between the pie and the
second chart by putting the points with percentage less than
Split Position percent in the second chart.
|
static int |
ByPos
Specifies the data points shall be split between the pie and the
second chart by putting the last Split Position of the data points
in the second chart.
|
static int |
ByValue
Specifies the data points shall be split between the pie and the
second chart by putting the data points with value less than
Split Position in the second chart.
|
static int |
Custom
Specifies the data points shall be split between the
pie and the second chart according to the Custom Split values.
|
static int |
Default
Specifies the data points shall be split using the default
mechanism for this chart type.
|
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 Default
Specifies the data points shall be split using the default mechanism for this chart type.
public static final int Custom
Specifies the data points shall be split between the pie and the second chart according to the Custom Split values.
public static final int ByPercentage
Specifies the data points shall be split between the pie and the second chart by putting the points with percentage less than Split Position percent in the second chart.
public static final int ByPos
Specifies the data points shall be split between the pie and the second chart by putting the last Split Position of the data points in the second chart.
public static final int ByValue
Specifies the data points shall be split between the pie and the second chart by putting the data points with value less than Split Position in the second chart.