ChartDirector 7.0 (Perl Edition)

ThreeDChart.setWallThickness


Usage

setWallThickness(xyThickness [, yzThickness [, zxThickness ]])

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