SequenceAddEffect 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: 22.5.0.0 (22.5)
Syntaxpublic IEffect AddEffect(
IChart chart,
EffectChartMajorGroupingType type,
int index,
EffectType effectType,
EffectSubtype subtype,
EffectTriggerType triggerType
)
Public Function AddEffect (
chart As IChart,
type As EffectChartMajorGroupingType,
index As Integer,
effectType As EffectType,
subtype As EffectSubtype,
triggerType As EffectTriggerType
) As IEffect
public:
virtual IEffect^ AddEffect(
IChart^ chart,
EffectChartMajorGroupingType type,
int index,
EffectType effectType,
EffectSubtype subtype,
EffectTriggerType triggerType
) sealed
abstract AddEffect :
chart : IChart *
type : EffectChartMajorGroupingType *
index : int *
effectType : EffectType *
subtype : EffectSubtype *
triggerType : EffectTriggerType -> IEffect
override AddEffect :
chart : IChart *
type : EffectChartMajorGroupingType *
index : int *
effectType : EffectType *
subtype : EffectSubtype *
triggerType : EffectTriggerType -> IEffect
Parameters
- chart
- Type: Aspose.Slides.ChartsIChart
Chart object IChart - type
- Type: Aspose.Slides.AnimationEffectChartMajorGroupingType
Type of an animation effect EffectChartMinorGroupingType - index
- Type: SystemInt32
Index Int32 - effectType
- Type: Aspose.Slides.AnimationEffectType
Type of an animation effect EffectType - subtype
- Type: Aspose.Slides.AnimationEffectSubtype
Subtypes of animation effect EffectSubtype - triggerType
- Type: Aspose.Slides.AnimationEffectTriggerType
Trigger type of effect EffectTriggerType
Return Value
Type:
IEffectNew effect object
IEffectImplements
ISequenceAddEffect(IChart, EffectChartMajorGroupingType, Int32, EffectType, EffectSubtype, EffectTriggerType)
See Also