is_chart_type_stock method
is_chart_type_stock
Return true if chartType is one of Stock subtypes.
Subtypes set corresponds to the appropriate set in PowerPoint (see “Change Chart Type” dialog in PowerPoint):
ChartType.HIGH_LOW_CLOSE,
ChartType.OPEN_HIGH_LOW_CLOSE,
ChartType.VOLUME_HIGH_LOW_CLOSE,
ChartType.VOLUME_OPEN_HIGH_LOW_CLOSE.
@staticmethod
def is_chart_type_stock(chart_type):
...
| Parameter | Type | Description |
|---|---|---|
| chart_type | ChartType |
See Also
- enumeration
ChartType - class
ChartTypeCharacterizer - module
aspose.slides.charts - library
Aspose.Slides