ChartDirector 7.0 (Java Edition)

Sector.setJoinLine


Usage

public void setJoinLine(int joinLineColor [, int joinLineWidth ])

Description

Sets the color and width of the join line used to connect the sector label to the sector perimeter.

To set the color and width of the join line for all sectors, use PieChart.setJoinLine.

By default, for circular label layout, the join line color is Transparent. For side label layout, the join line color is SameAsMainColor.

Arguments

ArgumentDefaultDescription
joinLineColor(Mandatory)The color of the line that joins the sector perimeter with the sector label.
joinLineWidth1The line width of the join line.

Return Value

None