ChartDirector Ver 4.1 (ColdFusion Edition)
XYChart.addInterLineLayer
Usage
Description
Arguments
| Argument | Default | Description |
|---|---|---|
| line1 | (Mandatory) | An opaque line object representing the first line. |
| line2 | (Mandatory) | An opaque line object representing the second line. |
| color12 | (Mandatory) | The color used to fill the region of the lines when line1 > line2. |
| color21 | -1 | The color used to fill the region of the lines when line2 > line1. -1 means this color is the same as color12. |
Return Value