is_bar_3d_chart method

is_bar_3d_chart

Return true if chartType is one of bar3DChart subtypes (3D columns or bars).

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

See Also