is_2d_chart method

is_2d_chart

Return true if chart_type is one of 2D chart types.

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

See Also