ChartDirector Ver 3.0 (C++ 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 | A true value means the primary y-axis is used to define the y-zone color. A false value means the secondary y-axis is used to define the y-zone color. |
Return Value