| Package | Description |
|---|---|
| com.grapecity.documents.excel.drawing |
| Modifier and Type | Method and Description |
|---|---|
BarShape |
IChart.getBarShape()
Returns the shape used with the 3-D bar or column chart.
|
BarShape |
ISeries.getBarShape()
Returns or sets the shape used with the 3-D bar or column chart.
|
static BarShape |
BarShape.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static BarShape |
BarShape.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static BarShape[] |
BarShape.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
static BarShape[] |
BarShape.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
void |
IChart.setBarShape(BarShape value)
Sets the shape used with the 3-D bar or column chart.
|
void |
ISeries.setBarShape(BarShape value)
Sets the shape used with the 3-D bar or column chart.
|