IChartWall
public interface 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 abstract 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 abstract 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 abstract IFormat getFormat()
Returns the wall fill, line, effect, 3d styles. Read-only IFormat.
Returns: IFormat
getPictureType()
public abstract int getPictureType()
Return or sets the picture type. Read/write PictureType(#getPictureType.getPictureType/#setPictureType(int).setPictureType(int)).
Returns: int
setPictureType(int value)
public abstract void setPictureType(int value)
Return or sets the picture type. Read/write PictureType(#getPictureType.getPictureType/#setPictureType(int).setPictureType(int)).
Parameters:
| Parameter | Type | Description |
|---|---|---|
| value | int |