Skip to main content

Series.GetPredefinedSeriesAnimationKinds() Method

Gets all animation types that are available for the series.

Namespace: DevExpress.Xpf.Charts

Assembly: DevExpress.Xpf.Charts.v23.2.dll

NuGet Package: DevExpress.Wpf.Charts

Declaration

public IEnumerable<AnimationKind> GetPredefinedSeriesAnimationKinds()

Returns

Type Description
IEnumerable<AnimationKind>

A collection of the AnimationKind objects that correspond to supported animation types.

Remarks

Use the Series.GetPredefinedPointAnimationKinds and GetPredefinedSeriesAnimationKinds methods, to obtain the list of all animations that are available for this series or its point markers.

For more information, see Animation.

See Also