com.aspose.slides
Class PieSplitType

java.lang.Object
  extended by com.aspose.ms.System.ValueType<com.aspose.ms.System.Enum>
      extended by com.aspose.ms.System.Enum
          extended by com.aspose.slides.PieSplitType

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.


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

Default

public static final int Default

Specifies the data points shall be split using the default mechanism for this chart type.

See Also:
Constant Field Values

Custom

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.

See Also:
Constant Field Values

ByPercentage

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.

See Also:
Constant Field Values

ByPos

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.

See Also:
Constant Field Values

ByValue

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.

See Also:
Constant Field Values


Copyright © Copyright 2004-2016 Aspose Pty Ltd. All Rights Reserved.