MaskText: String;
MaskText: String;
The MaskText property determines the mask, according to which label text is formed.
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 example of use is given in description of the IBubbleChartSerie.Label property.
See also: