is_series_uses_bubble_size_coordinate method

is_series_uses_bubble_size_coordinate

Returns if bubble size coordinates can be used for specified series type.

Returns

True if can be used, otherwise false.

@staticmethod
def is_series_uses_bubble_size_coordinate(series_type):
    ...
ParameterTypeDescription
series_typeChartTypeSeries type.

See Also