EffectChartMajorGroupingType

EffectChartMajorGroupingType

Overview

EffectChartMajorGroupingType is a enum in Aspose.Slides FOSS for Python.

Represents the type of an animation effect for chart’s element.

This enumeration defines 2 values: BY_SERIES, BY_CATEGORY.

Values

ValueDescription
BY_SERIESRepresents grouping chart data by each series
BY_CATEGORYRepresents grouping chart data by each category

See Also