| Package | Description |
|---|---|
| com.grapecity.documents.excel.drawing |
| Modifier and Type | Method and Description |
|---|---|
TimeUnit |
IAxis.getBaseUnit()
Gets the base unit for the specified category axis.
|
TimeUnit |
IAxis.getMajorUnitScale()
Gets the major unit scale value for the category axis when the CategoryType
property is set to TimeScale.
|
TimeUnit |
IAxis.getMinorUnitScale()
Gets the minor unit scale value for the category axis when the
CategoryType property is set to TimeScale. |
static TimeUnit |
TimeUnit.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static TimeUnit |
TimeUnit.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static TimeUnit[] |
TimeUnit.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
static TimeUnit[] |
TimeUnit.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.setBaseUnit(TimeUnit value)
Sets the base unit for the specified category axis.
|
void |
IAxis.setMajorUnitScale(TimeUnit value)
Sets the major unit scale value for the category axis when the CategoryType
property is set to TimeScale.
|
void |
IAxis.setMinorUnitScale(TimeUnit value)
Sets the minor unit scale value for the category axis when the
CategoryType property is set to TimeScale. |