ChartDirector 7.1 (.NET Edition)

ThreeDChart.setWallThickness


Usage

[C#]public void setWallThickness(int xyThickness [, int yzThickness [, int zxThickness ]]);
[VB]Public Sub setWallThickness(xyThickness As Integer [, yzThickness As Integer [, zxThickness As Integer ]])

Description

Sets the thickness of the plot region walls.

By default, the plot region walls are 10 pixels thick. This method can be used to modify the thickness.

Arguments

ArgumentDefaultDescription
xyThickness(Mandatory)The thickness of the xy wall in pixels.
yzThickness-1The thickness of the yz wall in pixels. -1 means it is the same as xyThickness.
zxThickness-1The thickness of the zx wall in pixels. -1 means it is the same as xyThickness.

Return Value

None