ChartDirector 7.1 (.NET Edition)

PyramidChart.setLayerBorder


Usage

[C#]public void setLayerBorder(int color [, int width ]);
[VB]Public Sub setLayerBorder(color As Integer [, width As Integer ])

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