is_chart_type_bar method
is_chart_type_bar
Return true if chartType is one of Bar subtypes.
Subtypes set corresponds to the appropriate set in PowerPoint (see “Change Chart Type” dialog in PowerPoint):
ChartType.CLUSTERED_BAR,
ChartType.CLUSTERED_BAR_3D,
ChartType.PERCENTS_STACKED_BAR,
ChartType.PERCENTS_STACKED_BAR_3D,
ChartType.STACKED_BAR,
ChartType.STACKED_BAR_3D,
ChartType.CLUSTERED_HORIZONTAL_CONE,
ChartType.CLUSTERED_HORIZONTAL_CYLINDER,
ChartType.CLUSTERED_HORIZONTAL_PYRAMID,
ChartType.STACKED_HORIZONTAL_CONE,
ChartType.STACKED_HORIZONTAL_CYLINDER,
ChartType.STACKED_HORIZONTAL_PYRAMID,
ChartType.PERCENTS_STACKED_HORIZONTAL_CONE,
ChartType.PERCENTS_STACKED_HORIZONTAL_CYLINDER,
ChartType.PERCENTS_STACKED_HORIZONTAL_PYRAMID.
@staticmethod
def is_chart_type_bar(chart_type):
...
| Parameter | Type | Description |
|---|---|---|
| chart_type | ChartType |
See Also
- enumeration
ChartType - class
ChartTypeCharacterizer - module
aspose.slides.charts - library
Aspose.Slides