EffectChartMinorGroupingType Enumeration |
Represents the type of an animation effect for chart's element in series or category.
Namespace:
Aspose.Slides.Animation
Assembly:
Aspose.Slides (in Aspose.Slides.dll) Version: 20.3.0.0 (20.3)
Syntaxpublic enum EffectChartMinorGroupingType
Public Enumeration EffectChartMinorGroupingType
public enum class EffectChartMinorGroupingType
type EffectChartMinorGroupingType
Members
| Member name | Value | Description |
---|
| ByElementInSeries | 0 |
Animate chart by element in series
|
| ByElementInCategory | 1 |
Animate chart by element in category
|
See Also