[VB] | Public Sub setGapColor(gapColor12 As Integer [, gapColor21 As Integer ]) |
[C#] | public void setGapColor(int gapColor12 [, int gapColor21 ]); |
ChartDirector 5.1 (.NET Edition)
InterLineLayer.setGapColor
Usage
[VB] | Public Sub setGapColor(gapColor12 As Integer [, gapColor21 As Integer ]) |
[C#] | public void setGapColor(int gapColor12 [, int gapColor21 ]); |
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