BubbleChart.HistoryBubbleStyle

Syntax

HistoryBubbleStyle: PP.Ui.VisualizerItemStyle;

Description

The HistoryBubbleStyle property sets style for displaying bubbles of bubble chart history.

Comments

Use the setHistoryBubbleStyle method to set the property value, and the getHistoryBubbleStyle method to get the property value.  If the property value is not defined, style of standard bubbles is used.

Example

The example of property use is given in description of the BubbleChart.applyColorScheme method.

See also:

BubbleChart