is_3d_chart method

is_3d_chart

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

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

See Also