ChartWall
Inheritance: java.lang.Object, com.aspose.slides.DomObject
All Implemented Interfaces: com.aspose.slides.IChartWall
public class ChartWall extends DomObject<Chart> implements IChartWall
Represents walls on 3d charts.
Methods
| Method | Description |
|---|---|
| getThickness() | Returns or sets the walls thickness as a percentage of the largest dimension of the plot volume. |
| setThickness(int value) | Returns or sets the walls thickness as a percentage of the largest dimension of the plot volume. |
| getFormat() | Returns the wall fill, line, effect, 3d styles. |
| getPictureType() | Return or sets the picture type. |
| setPictureType(int value) | Return or sets the picture type. |
getThickness()
public final int getThickness()
Returns or sets the walls thickness as a percentage of the largest dimension of the plot volume. Read/write int.
Returns: int
setThickness(int value)
public final void setThickness(int value)
Returns or sets the walls thickness as a percentage of the largest dimension of the plot volume. Read/write int.
Parameters:
| Parameter | Type | Description |
|---|---|---|
| value | int |
getFormat()
public final IFormat getFormat()
Returns the wall fill, line, effect, 3d styles. Read-only IFormat.
Returns: IFormat
getPictureType()
public final int getPictureType()
Return or sets the picture type. Read/write PictureType.
Returns: int
setPictureType(int value)
public final void setPictureType(int value)
Return or sets the picture type. Read/write PictureType.
Parameters:
| Parameter | Type | Description |
|---|---|---|
| value | int |