ChartDirector 7.0 (PHP Edition)

SurfaceChart.setBackSideColor


Usage

setBackSideColor(color)

Description

Sets the color of the back side of the surface.

The surface of a surface chart has two sides. The side that is facing the positive z direction of the plot region is the front side. The side that is facing the negative z direction of the plot region is the back side.

By default, the back side is colored similar to the front side, but with different brightness of lighting parameters. This method can be used to color the back side with a fixed color instead.

Arguments

ArgumentDefaultDescription
color(Mandatory)The color used for the back side.

Return Value

None