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