| Package | Description |
|---|---|
| com.grapecity.documents.excel.drawing |
| Modifier and Type | Method and Description |
|---|---|
AxisGroup |
IChartGroup.getAxisGroup()
Returns the group for the specified chart group or series.
|
AxisGroup |
IAxis.getAxisGroup()
Returns the group for the specified axis.
|
AxisGroup |
ISeries.getAxisGroup()
Returns the group for the specified chart group or series.
|
static AxisGroup |
AxisGroup.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static AxisGroup |
AxisGroup.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static AxisGroup[] |
AxisGroup.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
static AxisGroup[] |
AxisGroup.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
IAxis |
IAxes.item(AxisType type,
AxisGroup axisGroup)
|
void |
IChartGroup.setAxisGroup(AxisGroup value)
Sets the group for the specified chart group or series.
|
void |
ISeries.setAxisGroup(AxisGroup value)
Sets the group for the specified chart group or series.
|