| Package | Description |
|---|---|
| com.grapecity.documents.excel.drawing |
| Modifier and Type | Method and Description |
|---|---|
DrawingPictureType |
IPoint.getPictureType()
Gets the way pictures are displayed on a column or bar picture chart.
|
DrawingPictureType |
ISeries.getPictureType()
Gets the way pictures are displayed on a column or bar picture chart.
|
static DrawingPictureType |
DrawingPictureType.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static DrawingPictureType |
DrawingPictureType.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static DrawingPictureType[] |
DrawingPictureType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
static DrawingPictureType[] |
DrawingPictureType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
void |
IPoint.setPictureType(DrawingPictureType value)
Sets the way pictures are displayed on a column or bar picture chart.
|
void |
ISeries.setPictureType(DrawingPictureType value)
Sets the way pictures are displayed on a column or bar picture chart.
|