| Package | Description |
|---|---|
| com.grapecity.documents.excel.drawing |
| Modifier and Type | Method and Description |
|---|---|
ChartSplitType |
IChartGroup.getSplitType()
Gets the way the two sections of either a Pie of Pie chart or a Bar of Pie
chart are split.
|
static ChartSplitType |
ChartSplitType.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static ChartSplitType |
ChartSplitType.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static ChartSplitType[] |
ChartSplitType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
static ChartSplitType[] |
ChartSplitType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
void |
IChartGroup.setSplitType(ChartSplitType value)
Sets the way the two sections of either a Pie of Pie chart or a Bar of Pie
chart are split.
|