ChartDirector 7.1 (C++ Edition)

BaseChart.addTitle2


Usage

TextBox *addTitle(int alignment, const char *text, const char *font = 0, double fontSize = 12, int fontColor = TextColor, int bgColor = Transparent, int edgeColor = Transparent);

Description

Adds a title to the chart.

Arguments

ArgumentDefaultDescription
alignment(Mandatory)The position on the title on the chart. See Alignment Specification for supported alignment types.
text(Mandatory)The text for the title. CDML
font""The font used to draw the title text. The default is "bold". See Font Specification for details on various font attributes.
fontSize12The font size in points for the title text.
fontColorTextColorThe color of the title text.
bgColorTransparentThe background color of the title box.
edgeColorTransparentThe border color of the title box.

Return Value

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