IVZBubbleChart.ShowBubbleHistoryLabels

Fore syntax

ShowBubbleHistoryLabels: Boolean;

Fore.NET syntax

ShowBubbleHistoryLabels: boolean;

Description

The ShowBubbleHistoryLabels property determines whether year tooltips are displayed for bubbles on enabled movement history.

Comments

Available values:

To use this property, it is required that the IVZBubbleChart.ShowBubbleHistory property is set to True.

Fore and Fore.NET examples

The property use is given in the example for IVZBubbleChart.ShowBubbleHistory.

See also:

IVZBubbleChart