is_chart_type_pie method

is_chart_type_pie

Return true if chartType is one of Pie subtypes. Subtypes set corresponds to the appropriate set in PowerPoint (see “Change Chart Type” dialog in PowerPoint): ChartType.BAR_OF_PIE, ChartType.EXPLODED_PIE, ChartType.EXPLODED_PIE_3D, ChartType.PIE, ChartType.PIE_3D, ChartType.PIE_OF_PIE.

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

See Also