ChartDirector 5.1 (.NET Edition)

TextBox.setFontColor


Usage

[VB] Public Sub setFontColor(color As Integer)
[C#] public void setFontColor(int color);

Description

Sets the color of the text.

If this method is not called, TextColor will be used to draw the text.

Arguments

ArgumentDefaultDescription
color(Mandatory)The font color.

Return Value

None