is_chart_type_radar method

is_chart_type_radar

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

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

See Also