[C#] | public void setGapColor(int gapColor12 [, int gapColor21 ]); |
[VB] | Public Sub setGapColor(gapColor12 As Integer [, gapColor21 As Integer ]) |
ChartDirector 7.1 (.NET Edition)
InterLineLayer.
Usage
[C#] | public void setGapColor(int gapColor12 [, int gapColor21 ]); |
[VB] | Public Sub setGapColor(gapColor12 As Integer [, gapColor21 As Integer ]) |
Description
Arguments
Argument | Default | Description |
---|---|---|
gapColor12 | (Mandatory) | The color used to fill the region under NoValue positions when value of the first line is greater of the value of the second line. |
gapColor21 | -1 | The color used to fill the region under NoValue positions when value of the second line is greater of the value of the first line. -1 means it is the same as gapColor12. |
Return Value