| Package | Description |
|---|---|
| com.grapecity.documents.excel.drawing |
| Modifier and Type | Method and Description |
|---|---|
SizeRepresents |
IChartGroup.getSizeRepresents()
Sets what the bubble size represents on a bubble chart.
|
static SizeRepresents |
SizeRepresents.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static SizeRepresents |
SizeRepresents.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static SizeRepresents[] |
SizeRepresents.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
static SizeRepresents[] |
SizeRepresents.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
void |
IChartGroup.setSizeRepresents(SizeRepresents value)
Gets what the bubble size represents on a bubble chart.
|