secondary_categories property

secondary_categories property

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

Remarks

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

Definition:

@property
def secondary_categories(self):
    ...

See Also