ChartDirector 7.1 (C++ Edition)

PyramidLayer.setLeftLabel


Usage

TextBox *setLeftLabel(const char *template = "{skip}", const char *font = "{skip}", double fontSize = -1, int fontColor = -1);

Description

Adds a label to the left of the pyramid layer.

To apply this method to all pyramid layers, use PyramidChart.setLeftLabel.

See Parameter Substitution and Formatting on available format parameters for the template.

See Font Specification for details on various font attributes.

Arguments

ArgumentDefaultDescription
template"{skip}"The label template. "{skip}" means to keep the existing value unchanged.
font"{skip}"The font style. "{skip}" means to keep the existing value unchanged.
fontSize-1The font size in points. -1 means to keep the existing value unchanged.
fontColor-1The font color. -1 means to keep the existing value unchanged.

Return Value

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