is_chart_type_bubble method

is_chart_type_bubble

Return true if chartType is one of Bubble subtypes. Subtypes set corresponds to the appropriate set in PowerPoint (see “Change Chart Type” dialog in PowerPoint): ChartType.BUBBLE, ChartType.BUBBLE_WITH_3D.

@staticmethod
def is_chart_type_bubble(chart_type):
    ...
ParameterTypeDescription
chart_typeChartType

See Also