[C#] | public int xZoneColor(double threshold, int belowColor, int aboveColor); |
[VB] | Public Function xZoneColor(threshold As Double, belowColor As Integer, aboveColor As Integer) As Integer |
ChartDirector 7.1 (.NET Edition)
XYChart.
Usage
[C#] | public int xZoneColor(double threshold, int belowColor, int aboveColor); |
[VB] | Public Function xZoneColor(threshold As Double, belowColor As Integer, aboveColor As Integer) As Integer |
Description
Arguments
Argument | Default | Description |
---|---|---|
threshold | (Mandatory) | The x value serving as the threshold for switching between two colors. |
belowColor | (Mandatory) | The color to use when the x-axis value of the pixel is smaller than the threshold. |
aboveColor | (Mandatory) | The color to use when the x-axis value of the pixel is greater than the threshold. |
Return Value