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 CDHLOCLayerMBS class.
CDHLOCLayerMBS.setColorMethod(colorMethod as Integer, riseColor as color, fallColor as color, leadValue as Double = -1.7E308)
Type | Topic | Plugin | Version | macOS | Windows | Linux | iOS | Targets |
method | ChartDirector | MBS ChartDirector Plugin | 11.1 | ✅ Yes | ✅ Yes | ✅ Yes | ✅ Yes | All |
See also:
CDHLOCLayerMBS.setColorMethod(colorMethod as Integer, riseColor as Integer, fallColor as Integer = -1, leadValue as Double = -1.7E308)
Type | Topic | Plugin | Version | macOS | Windows | Linux | iOS | Targets |
method | ChartDirector | MBS ChartDirector Plugin | 8.2 | ✅ Yes | ✅ Yes | ✅ Yes | ✅ Yes | All |
See XYChart.addHLOCLayer for the supported coloring methods for HLOC symbols.
Argument | Default | Description |
colorMethod | (Mandatory) | The method to color the HLOC layer. Please refer to XYChart.addHLOCLayer3 for the supported coloring methods. |
riseColor | (Mandatory) | The color to be used on an "up" day. |
fallColor | -1 | The color to be used on a "down" day. The default value of -1 means it is the same as the riseColor. |
leadValue | [-Infinity] | The lead value to act as the closing pricing before the first day, so as to determine if the first day is an "up" or "down" day. |
See also:
The items on this page are in the following plugins: MBS ChartDirector Plugin.