Platforms to show: All Mac Windows Linux Cross-Platform

Back to CDPolarLineLayerMBS class.

CDPolarLineLayerMBS.setCloseLoop(b as boolean)

Type Topic Plugin Version macOS Windows Linux iOS Targets
method ChartDirector MBS ChartDirector Plugin 8.2 ✅ Yes ✅ Yes ✅ Yes ✅ Yes All
Specifies whether the polar line should form a close loop (joining the last point to the first point) or not.

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.

Some examples using this method:

CDPolarLineLayerMBS.setGapColor(lineColor as color, lineWidth as Integer)

Type Topic Plugin Version macOS Windows Linux iOS Targets
method ChartDirector MBS ChartDirector Plugin 11.1 ✅ Yes ✅ Yes ✅ Yes ✅ Yes All
Same as the other setGapColor method, but uses color instead of integer data type for passing color values.

See also:

CDPolarLineLayerMBS.setGapColor(lineColor as Integer, lineWidth as Integer)

Type Topic Plugin Version macOS Windows Linux iOS Targets
method ChartDirector MBS ChartDirector Plugin 8.2 ✅ Yes ✅ Yes ✅ Yes ✅ Yes All
Sets the color and style of the line used for jumping across NoValue data points.

By default, the color of the line for jumping across NoValue data points is Transparent, which means the line will become discontinuous
ArgumentDefaultDescription
lineColor(Mandatory)The line color of the line used for jumping across NoValue data points
lineWidth-1The line width of the line used for jumping across NoValue data points. -1 means the width will be the same as the line width of the line for drawing normal data points.

See also:

The items on this page are in the following plugins: MBS ChartDirector Plugin.


The biggest plugin in space...