secondary_categories property

secondary_categories property

Gets the secondary categories if IChartData.use_secondary_categories property is true. Read-only IChartCategoryCollection.

Remarks

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

Definition:

@property
def secondary_categories(self):
    ...

See Also