data_source_type_for_bubble_sizes property

data_source_type_for_bubble_sizes property

Specifies whether AsCell or AsLiteralString or AsLiteralDouble property is actual in data points BubbleSize property object. In other words it specifies the type of value of ChartDataPointEx.BubbleSize.Data property. Read/write DataSourceType.

Definition:

@property
def data_source_type_for_bubble_sizes(self):
    ...

@data_source_type_for_bubble_sizes.setter
def data_source_type_for_bubble_sizes(self, value):
    ...

See Also