is_chart_type_doughnut method

is_chart_type_doughnut

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

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

See Also