ChartDirector 7.0 (Perl Edition)

PolarLineLayer.setCloseLoop


Usage

setCloseLoop(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 (non-zero) value means the polar line should form a close loop. A false (zero) value means the polar line should not form a close loop.

Return Value

None