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 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}}}.

By default the MaskText property is not set, in this case at the core level a tooltip is created. 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

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

See also:

IBubbleChartTooltip