[VB] | Public Function setLabelStyle([ font As String [, fontSize As Double [, fontColor As Integer ]]]) As ChartDirector.TextBox |
[C#] | public ChartDirector.TextBox setLabelStyle([ string font [, double fontSize [, int fontColor ]]]); |
ChartDirector 5.1 (.NET Edition)
PieChart.setLabelStyle
Usage
[VB] | Public Function setLabelStyle([ font As String [, fontSize As Double [, fontColor As Integer ]]]) As ChartDirector.TextBox |
[C#] | public ChartDirector.TextBox setLabelStyle([ string font [, double fontSize [, int fontColor ]]]); |
Description
Arguments
Argument | Default | Description |
---|---|---|
font | "" | The font used to draw the sector labels. |
fontSize | 8 | The font size in points. |
fontColor | TextColor | The text color for the sector labels. |
Return Value