Online Documentation - Statistics - FAQ - Plugin Parts (All, Dependencies) - Class hierarchy
New in Version 22.2 22.3 22.4 22.5 23.0 23.1 23.2 23.3 23.4 23.5 24.0 24.1
The list of the topics, classes, interfaces, controls, modules, global methods by category, global methods by name, screenshots, licenses and examples.
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 |
Argument | Default | Description |
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. |
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 |
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 |
By default, the color of the line for jumping across NoValue data points is Transparent, which means the line will become discontinuous
Argument | Default | Description |
lineColor | (Mandatory) | The line color of the line used for jumping across NoValue data points |
lineWidth | -1 | The 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.