ChartDirector 7.1 (C++ Edition)

PyramidLayer.setLayerBorder


Usage

void setLayerBorder(int color, int width = -1);

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