[VB] | Public Sub setColor(color As Integer [, edgeColor As Integer [, joinLineColor As Integer ]]) |
[C#] | public void setColor(int color [, int edgeColor [, int joinLineColor ]]); |
ChartDirector 5.1 (.NET Edition)
Sector.setColor
Usage
[VB] | Public Sub setColor(color As Integer [, edgeColor As Integer [, joinLineColor As Integer ]]) |
[C#] | public void setColor(int color [, int edgeColor [, int joinLineColor ]]); |
Description
Arguments
Argument | Default | Description |
---|---|---|
color | (Mandatory) | The color of the sector. |
edgeColor | -1 | The edge color of the sector. -1 means the color is unchanged. |
joinLineColor | -1 | The color of the line that join the sector perimeter with the sector label. -1 means the color is unchanged. |
Return Value