| Package | Description |
|---|---|
| com.grapecity.documents.excel.drawing |
| Modifier and Type | Method and Description |
|---|---|
DataLabelPosition |
IDataLabel.getPosition()
Gets the position of the data label.
|
DataLabelPosition |
IDataLabels.getPosition()
Gets the position of the data label.
|
static DataLabelPosition |
DataLabelPosition.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static DataLabelPosition |
DataLabelPosition.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static DataLabelPosition[] |
DataLabelPosition.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
static DataLabelPosition[] |
DataLabelPosition.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
void |
IDataLabel.setPosition(DataLabelPosition value)
Sets the position of the data label.
|
void |
IDataLabels.setPosition(DataLabelPosition value)
Sets the position of the data label.
|