ChartDirector 6.0 (ColdFusion Edition)

PyramidChart.setLayerBorder


Usage

setLayerBorder(color [, width ])

Description

Sets the color and line width of the layer border.

This method affects all pyramid layers. To apply this method to one particular pyramid layer only, use PyramidLayer.setLayerBorder.

Arguments

ArgumentDefaultDescription
color(Mandatory)The color of the layer border. -1 means to keep the existing value unchanged.
width-1The width of the layer border. -1 means to keep the existing value unchanged.

Return Value

None