ChartDirector 7.0 (Java Edition)

TextBox.setFontColor


Usage

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