| Package | Description |
|---|---|
| com.grapecity.documents.excel.drawing |
| Modifier and Type | Method and Description |
|---|---|
CategoryType |
IAxis.getActualCategoryType()
Returns the actual category axis type.
|
CategoryType |
IAxis.getCategoryType()
Gets the category axis type.
|
static CategoryType |
CategoryType.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static CategoryType |
CategoryType.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static CategoryType[] |
CategoryType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
static CategoryType[] |
CategoryType.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.setCategoryType(CategoryType value)
Sets the category axis type.
|