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