ChartDirector 7.1 (C++ Edition)

TextBox.setFontColor


Usage

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