| Package | Description |
|---|---|
| com.grapecity.documents.excel.drawing |
| Modifier and Type | Method and Description |
|---|---|
AxisType |
IAxis.getType()
Returns the Axis type.
|
static AxisType |
AxisType.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static AxisType |
AxisType.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static AxisType[] |
AxisType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
static AxisType[] |
AxisType.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)
Returns a single IAxis object from an IAxes collection.
|
IAxis |
IAxes.item(AxisType type,
AxisGroup axisGroup)
|