IVZBubbleChart.ShowHistoryMode

Fore syntax

ShowHistoryMode: VisualizatorHistoryModeEnum;

Fore.NET syntax

ShowHistoryMode: Prognoz.Platform.Interop.Visualizators.VisualizatorHistoryModeEnum;

Description

The ShowHistoryMode property determines display mode for bubble movement history.

Comments

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