BubbleChart.ShowBubbleHistory

Syntax

ShowBubbleHistory: Boolean;

Description

The ShowBubbleHistory property determines whether values history is shown for bubble chart bubbles.

Comments

Use JSON or the setShowBubbleHistory method to set the property value and the getShowBubbleHistory method to get the property value.

The property is set to True if displaying values history for the bubble chart bubbles is enabled, and False if it is disabled.

Example

The example of property use is given in the page with the Example of Creating the BubbleChart Component.

See also:

BubbleChart