[C#] | public void setJoinLine(int joinLineColor [, int joinLineWidth ]); |
[VB] | Public Sub setJoinLine(joinLineColor As Integer [, joinLineWidth As Integer ]) |
ChartDirector 7.1 (.NET Edition)
Sector.
Usage
[C#] | public void setJoinLine(int joinLineColor [, int joinLineWidth ]); |
[VB] | Public Sub setJoinLine(joinLineColor As Integer [, joinLineWidth As Integer ]) |
Description
Arguments
Argument | Default | Description |
---|---|---|
joinLineColor | (Mandatory) | The color of the line that joins the sector perimeter with the sector label. |
joinLineWidth | 1 | The line width of the join line. |
Return Value