show_negative_bubbles property

show_negative_bubbles property

True if negative bubbles are shown for the chart group. Valid only for bubble charts.

Definition:

@property
def show_negative_bubbles(self):
    ...
@show_negative_bubbles.setter
def show_negative_bubbles(self, value):
    ...

See Also