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 CDMarkMBS class.
CDMarkMBS.getLine as CDLineObjMBS
Type | Topic | Plugin | Version | macOS | Windows | Linux | iOS | Targets |
method | ChartDirector | MBS ChartDirector Plugin | 8.2 | ✅ Yes | ✅ Yes | ✅ Yes | ✅ Yes | All |
Return Value
An opaque LineObj representing the mark line.
CDMarkMBS.setDrawOnTop(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 drawing the mark line at the front of the chart layers. A false value means drawing the mark line at the back of the plot area. |
CDMarkMBS.setLineWidth(width as Integer)
Type | Topic | Plugin | Version | macOS | Windows | Linux | iOS | Targets |
method | ChartDirector | MBS ChartDirector Plugin | 8.2 | ✅ Yes | ✅ Yes | ✅ Yes | ✅ Yes | All |
Argument | Default | Description |
w | (Mandatory) | The mark line width in pixels. |
CDMarkMBS.setMarkColor(lineColor as color, textColor as color, tickColor as color)
Type | Topic | Plugin | Version | macOS | Windows | Linux | iOS | Targets |
method | ChartDirector | MBS ChartDirector Plugin | 11.1 | ✅ Yes | ✅ Yes | ✅ Yes | ✅ Yes | All |
See also:
CDMarkMBS.setMarkColor(lineColor as Integer, textColor as Integer = -1, tickColor as Integer = -1)
Type | Topic | Plugin | Version | macOS | Windows | Linux | iOS | Targets |
method | ChartDirector | MBS ChartDirector Plugin | 8.2 | ✅ Yes | ✅ Yes | ✅ Yes | ✅ Yes | All |
Argument | Default | Description |
lineColor | (Mandatory) | The color of the mark line. |
textColor | -1 | The color of the text label that will be shown on the axis. -1 means the text label color is the same as the line color. |
tickColor | -1 | The color of the tick that will be shown on the axis. -1 means the tick color is the same as the line color. |
See also:
CDMarkMBS.setValue(value as Double)
Type | Topic | Plugin | Version | macOS | Windows | Linux | iOS | Targets |
method | ChartDirector | MBS ChartDirector Plugin | 8.2 | ✅ Yes | ✅ Yes | ✅ Yes | ✅ Yes | All |
Argument | Default | Description |
value | (Mandatory) | The value of the mark. |
The items on this page are in the following plugins: MBS ChartDirector Plugin.