|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.aspose.ms.System.ValueType<com.aspose.ms.System.Enum>
com.aspose.ms.System.Enum
com.aspose.slides.PieSplitType
public final class PieSplitType
Represents a type of splitting points in the second pie or bar on a pie-of-pie or bar-of-pie chart.
Nested Class Summary |
---|
Nested classes/interfaces inherited from class com.aspose.ms.System.Enum |
---|
com.aspose.ms.System.Enum.AbstractEnum, com.aspose.ms.System.Enum.FlaggedEnum, com.aspose.ms.System.Enum.ObjectEnum, com.aspose.ms.System.Enum.SimpleEnum |
Field Summary | |
---|---|
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. |
Fields inherited from class com.aspose.ms.System.Enum |
---|
EnumSeparatorCharArray |
Method Summary |
---|
Methods inherited from class com.aspose.ms.System.Enum |
---|
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 |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
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.
|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |