ChartDirector Ver 4.1 (ColdFusion Edition)
FinanceChart.addThreshold
Usage
Description
Arguments
| Argument | Default | Description |
|---|---|---|
| c | (Mandatory) | The indicator chart to add the threshold range to. |
| layer | (Mandatory) | The line layer that the threshold range applies to. |
| topRange | (Mandatory) | The upper threshold. |
| topColor | (Mandatory) | The color to fill the region of the line that is above the upper threshold. |
| bottomRange | (Mandatory) | The lower threshold. |
| bottomColor | (Mandatory) | The color to fill the region of the line that is below the lower threshold. |
Return Value