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