ChartDirector 6.0 (Ruby Edition)

PyramidLayer.setLayerBorder


Usage

setLayerBorder(color [, width ])

Description

Sets the color and line width of the layer border.

To apply this method to all pyramid layers, use PyramidChart.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