categories property
categories property
Gets the primary categories (or both primary and secondary categories
if ChartData.use_secondary_categories
property is false).
Read-only IChartCategoryCollection
.
Remarks
If ChartData.use_secondary_categories
property is false then ChartData.secondary_categories
property return None and data in this ChartData.categories
property is used both for primary
and secondary series.
If ChartData.use_secondary_categories
property is true then data in ChartData.secondary_categories
property is used for secondary series and data in this ChartData.categories
property is used
for primary series.
Definition:
@property
def categories(self):
...
See Also
- class
ChartData
- class
IChartCategoryCollection
- module
aspose.slides.charts
- library
Aspose.Slides