is_chart_type_surface method

is_chart_type_surface

Return true if chartType is one of Surface subtypes. Subtypes set corresponds to the appropriate set in PowerPoint (see “Change Chart Type” dialog in PowerPoint): ChartType.SURFACE_3D, ChartType.WIREFRAME_SURFACE_3D, ChartType.CONTOUR, ChartType.WIREFRAME_CONTOUR.

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

See Also