[VB] | Public Sub setGapColor(lineColor As Integer [, lineWidth As Integer ]) |
[C#] | public void setGapColor(int lineColor [, int lineWidth ]); |
ChartDirector 5.1 (.NET Edition)
LineLayer.setGapColor
Usage
[VB] | Public Sub setGapColor(lineColor As Integer [, lineWidth As Integer ]) |
[C#] | public void setGapColor(int lineColor [, int lineWidth ]); |
Description
Arguments
Argument | Default | Description |
---|---|---|
lineColor | (Mandatory) | The line color of the line used for jumping across NoValue data points |
lineWidth | -1 | The line width of the line used for jumping across NoValue data points. -1 means the width will be the same as the line width of the line for drawing normal data points. |
Return Value