IBubbleChartTooltip.MaskText

Fore Syntax

MaskText: String;

Fore.NET Syntax

MaskText: String;

Description

The MaskText property determines the mask that defines tooltip text.

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 axis coordinate.
{%YValue} Current Y axis coordinate.
{%RValue} Current coordinate in the bubble size axis.
{%CValue} Current coordinate in the color axis.

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

The MaskText property is not set by default, in this case a tooltip is created at the core level. This tooltip contains information on the bubble chart dimensions that have  associated  elements of the  factor dimension. To disable tooltips, set the Visible property to False.

Example

The example of use is given in description of the IBubbleChartSerie.TooltipInfo property.

See also:

IBubbleChartTooltip