ChartDirector 7.0 (Java Edition)

PolarLineLayer.setCloseLoop


Usage

public void setCloseLoop(boolean b)

Description

Specifies whether the polar line should form a close loop (joining the last point to the first point) or not.

Arguments

ArgumentDefaultDescription
b(Mandatory)A true value means the polar line should form a close loop. A false value means the polar line should not form a close loop.

Return Value

None