ChartDirector 7.1 (.NET Edition)

ThreeDChart.setWallVisibility


Usage

[C#]public void setWallVisibility(bool xyVisible, bool yzVisible, bool zxVisible);
[VB]Public Sub setWallVisibility(xyVisible As Boolean, yzVisible As Boolean, zxVisible As Boolean)

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 value means the xy wall is visible. A false value means the xy wall is hidden.
yzVisible(Mandatory)A true value means the yz wall is visible. A false value means the yz wall is hidden.
zxVisible(Mandatory)A true value means the zx wall is visible. A false value means the zx wall is hidden.

Return Value

None