is_chart_type_area method

is_chart_type_area

Return true if chartType is one of Area subtypes. Subtypes set corresponds to the appropriate set in PowerPoint (see “Change Chart Type” dialog in PowerPoint): ChartType.AREA, ChartType.PERCENTS_STACKED_AREA, ChartType.PERCENTS_STACKED_AREA_3D, ChartType.STACKED_AREA, ChartType.STACKED_AREA_3D, ChartType.AREA_3D.

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

See Also