ChartDirector Ver 3.1 (PHP Edition Edition)
Layer.yZoneColor
Usage
Description
Arguments
Argument | Default | Description |
---|---|---|
threshold | (Mandatory) | The y value serving as the threshold for switching between two colors. |
belowColor | (Mandatory) | The color to use when the y-axis value of the pixel is smaller than the threshold. |
aboveColor | (Mandatory) | The color to use when the y-axis value of the pixel is greater than the threshold. |
mainAxis | true (non-zero) | A true (non-zero) value means the primary y-axis is used to define the y-zone color. A false (zero) value means the secondary y-axis is used to define the y-zone color. |
Return Value