[C#] | public ChartDirector.TextBox setContourLabelStyle([ char font [, double fontSize [, int fontColor ]]]); |
[VB] | Public Function setContourLabelStyle([ font As char [, fontSize As Double [, fontColor As Integer ]]]) As ChartDirector.TextBox |
ChartDirector 7.1 (.NET Edition)
ContourLayer.
Usage
[C#] | public ChartDirector.TextBox setContourLabelStyle([ char font [, double fontSize [, int fontColor ]]]); |
[VB] | Public Function setContourLabelStyle([ font As char [, fontSize As Double [, fontColor As Integer ]]]) As ChartDirector.TextBox |
Description
Arguments
Argument | Default | Description |
---|---|---|
font | "normal" | The font used to draw the labels. |
fontSize | 8 | The font size used to draw the labels. |
fontColor | TextColor | The color used to draw the labels. |
Return Value