[C#] | public void setJoinLine(int color [, int width ]); |
[VB] | Public Sub setJoinLine(color As Integer [, width As Integer ]) |
ChartDirector 7.1 (.NET Edition)
PyramidLayer.
Usage
[C#] | public void setJoinLine(int color [, int width ]); |
[VB] | Public Sub setJoinLine(color As Integer [, width As Integer ]) |
Description
Arguments
Argument | Default | Description |
---|---|---|
color | (Mandatory) | The color of the join line. -1 means to keep the existing value unchanged. |
width | -1 | The width of the line join. -1 means to keep the existing value unchanged. |
Return Value