[VB] | Public Sub setLineColor(edgeColor As Integer [, joinLineColor As Integer ]) |
[C#] | public void setLineColor(int edgeColor [, int joinLineColor ]); |
ChartDirector 5.1 (.NET Edition)
PieChart.setLineColor
Usage
[VB] | Public Sub setLineColor(edgeColor As Integer [, joinLineColor As Integer ]) |
[C#] | public void setLineColor(int edgeColor [, int joinLineColor ]); |
Description
Arguments
Argument | Default | Description |
---|---|---|
edgeColor | (Mandatory) | The colors for the edges of the sectors. By default, the edge color is SameAsMainColor, which means the edge color is the same as the fill color of the sector, and the sector will appear borderless. |
joinLineColor | -1 | The color of the line that join the sector perimeter with the sector label. By default, for circular label layout, the join line color is Transparent. For side label layout, the join line color is SameAsMainColor. |
Return Value