| Package | Description |
|---|---|
| com.grapecity.documents.excel.drawing |
| Modifier and Type | Method and Description |
|---|---|
static TickMark |
TickMark.forValue(int value) |
static TickMark |
TickMark.forValue(int value) |
TickMark |
IAxis.getMajorTickMark()
Gets the type of major tick mark for the specified axis.
|
TickMark |
IAxis.getMinorTickMark()
Gets the type of minor tick mark for the specified axis.
|
static TickMark |
TickMark.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static TickMark |
TickMark.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static TickMark[] |
TickMark.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
static TickMark[] |
TickMark.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.setMajorTickMark(TickMark value)
Sets the type of major tick mark for the specified axis.
|
void |
IAxis.setMinorTickMark(TickMark value)
Sets the type of minor tick mark for the specified axis.
|