ChartDirector Ver 3.1 (PHP Edition Edition)

Layer.setBorderColor


Usage

setBorderColor(color[, raisedEffect])

Description

Set the default border color and 3D raised effect when drawing data sets on the layer.

This method only applies to layers that represents data with elements that have borders (e.g. bar layer).

This method affect all data sets. To set the color of one particular data set, use DataSet.setDataColor.

Arguments

ArgumentDefaultDescription
color(Mandatory)The border color.
raisedEffect0The width of the 3D effect for the border. For positive values, the border will appear raised. For negative values, the border will appear depressed. A zero value means the border will appear flat.

Return Value

None