BubbleChart.ShowHistoryMode

Syntax

ShowHistoryMode: PP.HoverMode;

Description

The ShowHistoryMode property determines display mode for values history of bubble chart bubbles.

Comments

Use JSON or the setShowHistoryMode method to set the property value and the getShowHistoryMode method to get the property value.

Example

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

See also:

BubbleChart