| Package | Description |
|---|---|
| com.grapecity.documents.excel.drawing |
| Modifier and Type | Method and Description |
|---|---|
TickLabelPosition |
IAxis.getTickLabelPosition()
Gets the position of tick-mark labels on the specified axis.
|
static TickLabelPosition |
TickLabelPosition.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static TickLabelPosition |
TickLabelPosition.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static TickLabelPosition[] |
TickLabelPosition.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
static TickLabelPosition[] |
TickLabelPosition.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.setTickLabelPosition(TickLabelPosition value)
Sets the position of tick-mark labels on the specified axis.
|