ChartDirector 7.0 (PHP Edition)

ThreeDChart.setWallVisibility


Usage

setWallVisibility(xyVisible, yzVisible, zxVisible)

Description

Shows or hides the plot region walls.

By default, all walls are visible. This method can be used to hide some or all of the walls.

Arguments

ArgumentDefaultDescription
xyVisible(Mandatory)A true (non-zero) value means the xy wall is visible. A false (zero) value means the xy wall is hidden.
yzVisible(Mandatory)A true (non-zero) value means the yz wall is visible. A false (zero) value means the yz wall is hidden.
zxVisible(Mandatory)A true (non-zero) value means the zx wall is visible. A false (zero) value means the zx wall is hidden.

Return Value

None