ChartDirector Ver 4.1 (ColdFusion Edition)

Layer.setBorderColor


Usage

setBorderColor(color [, raisedEffect ])

Description

Sets 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 3D border width. 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. This argument is also used to support ChartDirector.CFChart.glassEffect and ChartDirector.CFChart.softLighting effects.

Return Value

None