public final class ChartSplitType
extends java.lang.Object
| Modifier and Type | Field and Description |
|---|---|
static int |
AUTO
Deprecated.
Use Series.IsAutoSplit property instead.
|
static int |
CUSTOM
Represents the data points shall be split between the pie
and the second chart according to the Custom Split
values.
|
static int |
PERCENT_VALUE
Represents 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 |
POSITION
Represents 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 |
VALUE
Represents 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.
|
public static final int POSITION
public static final int VALUE
public static final int PERCENT_VALUE
public static final int CUSTOM
public static final int AUTO
Remarks
NOTE: This member is now obsolete. Instead, please use Series.IsAutoSplit property. This property will be removed 12 months later since September 2023. Aspose apologizes for any inconvenience you may have experienced.See Also:
Aspose.Cells Documentation - the home page for the Aspose.Cells Product Documentation.
Aspose.Cells Support Forum - our preferred method of support.
We guarantee a prompt response to any inquiry!
© Aspose Pty Ltd 2003-2025. All Rights Reserved.