PieSplitType

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

public final class PieSplitType extends System.Enum

Represents a type of splitting points in the second pie or bar on a pie-of-pie or bar-of-pie chart.

Fields

FieldDescription
DefaultSpecifies the data points shall be split using the default mechanism for this chart type.
CustomSpecifies the data points shall be split between the pie and the second chart according to the Custom Split values.
ByPercentageSpecifies 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.
ByPosSpecifies 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.
ByValueSpecifies 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.

Default

public static final int Default

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

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.

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.

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.

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.