[VB] | Public Sub setLabelPos(pos As Integer [, joinLineColor As Integer ]) |
[C#] | public void setLabelPos(int pos [, int joinLineColor ]); |
ChartDirector 5.1 (.NET Edition)
PieChart.setLabelPos
Usage
[VB] | Public Sub setLabelPos(pos As Integer [, joinLineColor As Integer ]) |
[C#] | public void setLabelPos(int pos [, int joinLineColor ]); |
Description
Arguments
Argument | Default | Description |
---|---|---|
pos | (Mandatory) | The distance between the sector perimeter and the sector label. A negative value means the sector label will be drawn in the interior of the sector. |
joinLineColor | -1 | The color of the line that joins the sector perimeter with the sector label. The default is Transparent. The join line is ignored if the sector label is inside the sector. |
Return Value