ISequenceAddEffect Method (IChart, EffectChartMajorGroupingType, Int32, EffectType, EffectSubtype, EffectTriggerType)

Adds the new chart animation effect for category or series to the end of sequence.

Namespace:  Aspose.Slides.Animation
Assembly:  Aspose.Slides (in Aspose.Slides.dll) Version: 20.3.0.0 (20.3)
Syntax
IEffect AddEffect(
	IChart chart,
	EffectChartMajorGroupingType type,
	int index,
	EffectType effectType,
	EffectSubtype subtype,
	EffectTriggerType triggerType
)

Parameters

chart
Type: Aspose.Slides.ChartsIChart
type
Type: Aspose.Slides.AnimationEffectChartMajorGroupingType
index
Type: SystemInt32
effectType
Type: Aspose.Slides.AnimationEffectType
subtype
Type: Aspose.Slides.AnimationEffectSubtype
triggerType
Type: Aspose.Slides.AnimationEffectTriggerType

Return Value

Type: IEffect
See Also