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