ChartDirector 7.1 (.NET Edition)

TextBox.setFontColor


Usage

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

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