ChartDirector Ver 4.1 (C++ Edition)

Axis.setTitle


Usage

TextBox *setTitle(const char *text, const char *font = 0, double fontSize = 8, int fontColor = TextColor);

Description

Adds a title to the axis.

See Font Specification for details on various font attributes.
SEO India | Search Engine Optimization Company India

Arguments

Argument Default Description
text (Mandatory) The title text.
font "" The font used to draw the title. If no font is specified, the default is "bold".
fontSize 8 The size of the font in points.
fontColor TextColor The color used to draw the title text.

Return Value

A TextBox object representing the axis title. This may be used to fine-tune the appearance of the axis title.