ShowBubbleLegend Property

The ShowBubbleLegend property sets if the bubble legend is shown in the plot. Returns a Boolean.

Syntax

object.ShowBubbleLegend

object.ShowBubbleLegend = ShowBubbleLegend

 

Parameter Type Description
ShowYLabels Boolean required, default is false (do not show)

 

Example

This example shows how to display the bubble legend.

3DBubblePlot.ShowBubbleLegend = True

 

 

Used by: AutoBubblePlot Object, Auto3DBubblePlot_Object, AutoTernaryBubblePlot Object