public class ChartWall extends DomObject<Chart> implements IChartWall
Represents walls on 3d charts.
| Modifier and Type | Method and Description |
|---|---|
IFormat |
getFormat()
Returns the wall fill, line, effect, 3d styles.
|
int |
getPictureType()
Return or sets the picture type.
|
int |
getThickness()
Returns or sets the walls thickness as a percentage of the largest
dimension of the plot volume.
|
void |
setPictureType(int value)
Return or sets the picture type.
|
void |
setThickness(int value)
Returns or sets the walls thickness as a percentage of the largest
dimension of the plot volume.
|
getParent_Immediatepublic final int getThickness()
Returns or sets the walls thickness as a percentage of the largest
dimension of the plot volume.
Read/write int.
getThickness in interface IChartWallpublic 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.
setThickness in interface IChartWallpublic final IFormat getFormat()
Returns the wall fill, line, effect, 3d styles.
Read-only IFormat.
getFormat in interface IChartWallpublic final int getPictureType()
Return or sets the picture type.
Read/write PictureType.
getPictureType in interface IChartWallpublic final void setPictureType(int value)
Return or sets the picture type.
Read/write PictureType.
setPictureType in interface IChartWallCopyright © 2004-2025 Aspose Pty Ltd. All Rights Reserved.