ChartDirector 6.0 (Ruby Edition)

ThreeDChart.setWallColor


Usage

setWallColor(xyColor [, yzColor [, zxColor [, borderColor ]]])

Description

Sets the color of the plot region walls.

By default, the plot region walls are light grey (eeeeee) in color, with a grey (888888) border . This method can be used to modify the colors.

Arguments

ArgumentDefaultDescription
xyColor(Mandatory)The color of the xy wall.
yzColor-1The color of the yz wall. -1 means it is the same as xyColor.
zxColor-1The color of the zx wall. -1 means it is the same as xyColor.
borderColor-1The color of the wall border. -1 means to keep the existing value unchanged.

Return Value

None