categories property

categories property

Gets the primary categories (or both primary and secondary categories if IChartData.use_secondary_categories property is false). Read-only IChartCategoryCollection.

Remarks

If IChartData.use_secondary_categories property is false then IChartData.secondary_categories property return null and data in this IChartData.categories property is used both for primary and secondary series. If IChartData.use_secondary_categories property is true then data in IChartData.secondary_categories property is used for secondary series and data in this IChartData.categories property is used for primary series.

Definition:

@property
def categories(self):
    ...

See Also