is_chart_type_area method
is_chart_type_area
Return true if chartType is one of Area subtypes.
Subtypes set corresponds to the appropriate set in PowerPoint (see “Change Chart Type” dialog in PowerPoint):
ChartType.AREA,
ChartType.PERCENTS_STACKED_AREA,
ChartType.PERCENTS_STACKED_AREA_3D,
ChartType.STACKED_AREA,
ChartType.STACKED_AREA_3D,
ChartType.AREA_3D.
@staticmethod
def is_chart_type_area(chart_type):
...
| Parameter | Type | Description |
|---|---|---|
| chart_type | ChartType |
See Also
- enumeration
ChartType - class
ChartTypeCharacterizer - module
aspose.slides.charts - library
Aspose.Slides