BubbleChart.HistoryMode

Syntax

HistoryMode: PP.Ui.NoDataHistoryMode;

Description

The HistoryMode property determines mode of displaying values history for the selected bubble chart bubble.

Comments

Use JSON or the setHistoryMode method to set the property value and the getHistoryMode 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