| Package | Description |
|---|---|
| com.grapecity.documents.excel.drawing |
| Modifier and Type | Method and Description |
|---|---|
ScaleType |
IAxis.getScaleType()
Gets the value axis scale type.
|
static ScaleType |
ScaleType.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static ScaleType |
ScaleType.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static ScaleType[] |
ScaleType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
static ScaleType[] |
ScaleType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
void |
IAxis.setScaleType(ScaleType value)
Sets the value axis scale type.
|