ChartDirector 7.1 (.NET Edition)

PyramidLayer.setJoinLine


Usage

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

Description

Sets the color and line width of the join line that joins the pyramid layer with the left and right labels.

To apply this method to all pyramid layers, use PyramidChart.setJoinLine.

Arguments

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

Return Value

None