ChartDirector 7.0 (Python Edition)

PyramidChart.setJoinLine


Usage

setJoinLine(color [, width ])

Description

Sets the color and line width of the join lines that join the pyramid layers with the left and right labels.

This method affects all pyramid layers. To apply this method to one particular pyramid layer only, use PyramidLayer.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