[VB] | Public Sub setWallColor(xyColor As Integer [, yzColor As Integer [, zxColor As Integer [, borderColor As Integer ]]]) |
[C#] | public void setWallColor(int xyColor [, int yzColor [, int zxColor [, int borderColor ]]]); |
ChartDirector 5.1 (.NET Edition)
ThreeDChart.setWallColor
Usage
[VB] | Public Sub setWallColor(xyColor As Integer [, yzColor As Integer [, zxColor As Integer [, borderColor As Integer ]]]) |
[C#] | public void setWallColor(int xyColor [, int yzColor [, int zxColor [, int borderColor ]]]); |
Description
Arguments
Argument | Default | Description |
---|---|---|
xyColor | (Mandatory) | The color of the xy wall. |
yzColor | -1 | The color of the yz wall. -1 means it is the same as xyColor. |
zxColor | -1 | The color of the zx wall. -1 means it is the same as xyColor. |
borderColor | -1 | The color of the wall border. -1 means to keep the existing value unchanged. |
Return Value