ChartAxis.setShowBubblesWithNoData

Syntax

setShowBubblesWithNoData(value: Boolean);

Parameters

value. Indicates whether to show bubbles that contain no data. If the parameter is set to True, bubbles that contain no data are shown in the bubble chart, if the parameter is set to False, they are not shown.

Description

The setShowBubblesWithNoData method enables the user to show bubbles containing no data in bubble chart.

Example

The example of use is given in the page ChartAxis Constructor.

See also:

ChartAxis