Back to Devexpress

Series.GetPredefinedSeriesAnimationKinds() Method

wpf-devexpress-dot-xpf-dot-charts-dot-series-f0ea37d5.md

latest2.0 KB
Original Source

Series.GetPredefinedSeriesAnimationKinds() Method

Gets all animation types that are available for the series.

Namespace : DevExpress.Xpf.Charts

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

NuGet Package : DevExpress.Wpf.Charts

Declaration

csharp
public IEnumerable<AnimationKind> GetPredefinedSeriesAnimationKinds()
vb
Public Function GetPredefinedSeriesAnimationKinds As IEnumerable(Of AnimationKind)

Returns

TypeDescription
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

GetPredefinedSeriesAnimationKinds()

Animation

Series Class

Series Members

DevExpress.Xpf.Charts Namespace