ChartDirector 7.1 (.NET Edition)

PyramidLayer.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.

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