ChartDirector 7.1 (C++ Edition)

PolarLineLayer.setCloseLoop


Usage

void setCloseLoop(bool 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