IBubbleChartLabel.MaskText

Fore Syntax

MaskText: String;

Fore.NET Syntax

MaskText: String;

Description

The MaskText property determines the mask, according to which label text is formed.

Comments

The mask may contain any text, or substitutes that are replaced with actual values when the bubble chart is displayed.  The following substitutes are available

Substitute Description
{%Name} Series names.
{%XValue} Current X coordinate.
{%YValue} Current Y coordinate.
{%RValue} Current coordinate in the bubble size axis.
{%CValue} Current coordinate in the color axis.

If you need to show a shaped bracket next to the substitute value, specify two shaped brackets next to the substitute in the mask: {{{%Name}}}.

Example

Example of Use is given in description of the IBubbleChartSerie.Label property.

See also:

IBubbleChartLabel