BubbleChart.NoDataVisualType

Syntax

NoDataVisualType: PP.Ui.VisualType;

Description

The NoDataVisualType property determines the type with which the no data element is shown.

Comments

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