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)
SyntaxIEffect AddEffect(
IChart chart,
EffectChartMajorGroupingType type,
int index,
EffectType effectType,
EffectSubtype subtype,
EffectTriggerType triggerType
)
Function AddEffect (
chart As IChart,
type As EffectChartMajorGroupingType,
index As Integer,
effectType As EffectType,
subtype As EffectSubtype,
triggerType As EffectTriggerType
) As IEffect
IEffect^ AddEffect(
IChart^ chart,
EffectChartMajorGroupingType type,
int index,
EffectType effectType,
EffectSubtype subtype,
EffectTriggerType triggerType
)
abstract AddEffect :
chart : IChart *
type : EffectChartMajorGroupingType *
index : int *
effectType : EffectType *
subtype : EffectSubtype *
triggerType : EffectTriggerType -> IEffect
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