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