SequenceAddEffect Method (IChart, EffectChartMinorGroupingType, Int32, Int32, EffectType, EffectSubtype, EffectTriggerType) |
Adds the new chart animation effect for elements in 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)
Syntaxpublic IEffect AddEffect(
IChart chart,
EffectChartMinorGroupingType type,
int seriesIndex,
int categoriesIndex,
EffectType effectType,
EffectSubtype subtype,
EffectTriggerType triggerType
)
Public Function AddEffect (
chart As IChart,
type As EffectChartMinorGroupingType,
seriesIndex As Integer,
categoriesIndex As Integer,
effectType As EffectType,
subtype As EffectSubtype,
triggerType As EffectTriggerType
) As IEffect
public:
virtual IEffect^ AddEffect(
IChart^ chart,
EffectChartMinorGroupingType type,
int seriesIndex,
int categoriesIndex,
EffectType effectType,
EffectSubtype subtype,
EffectTriggerType triggerType
) sealed
abstract AddEffect :
chart : IChart *
type : EffectChartMinorGroupingType *
seriesIndex : int *
categoriesIndex : int *
effectType : EffectType *
subtype : EffectSubtype *
triggerType : EffectTriggerType -> IEffect
override AddEffect :
chart : IChart *
type : EffectChartMinorGroupingType *
seriesIndex : int *
categoriesIndex : int *
effectType : EffectType *
subtype : EffectSubtype *
triggerType : EffectTriggerType -> IEffect
Parameters
- chart
- Type: Aspose.Slides.ChartsIChart
- type
- Type: Aspose.Slides.AnimationEffectChartMinorGroupingType
- seriesIndex
- Type: SystemInt32
- categoriesIndex
- Type: SystemInt32
- effectType
- Type: Aspose.Slides.AnimationEffectType
- subtype
- Type: Aspose.Slides.AnimationEffectSubtype
- triggerType
- Type: Aspose.Slides.AnimationEffectTriggerType
Return Value
Type:
IEffectImplements
ISequenceAddEffect(IChart, EffectChartMinorGroupingType, Int32, Int32, EffectType, EffectSubtype, EffectTriggerType)
See Also