ChartDirector 5.1 (.NET Edition)

PolarLineLayer.setCloseLoop


Usage

[VB] Public Sub setCloseLoop(b As Boolean)
[C#] public 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