ChartDirector 7.1 (C++ Edition)

ThreeDChart.setWallColor


Usage

void setWallColor(int xyColor, int yzColor = -1, int zxColor = -1, int borderColor = -1);

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