is_chart_type_line method

is_chart_type_line

Return true if chartType is one of Line subtypes. Subtypes set corresponds to the appropriate set in PowerPoint (see “Change Chart Type” dialog in PowerPoint): ChartType.LINE, ChartType.LINE_WITH_MARKERS, ChartType.PERCENTS_STACKED_LINE, ChartType.PERCENTS_STACKED_LINE_WITH_MARKERS, ChartType.STACKED_LINE, ChartType.STACKED_LINE_WITH_MARKERS, ChartType.LINE_3D.

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

See Also