Back to Devexpress

Series.GetPredefinedPointAnimationKinds() Method

wpf-devexpress-dot-xpf-dot-charts-dot-series-4ede9766.md

latest2.1 KB
Original Source

Series.GetPredefinedPointAnimationKinds() Method

Gets all animation types that are available for the point markers of the series.

Namespace : DevExpress.Xpf.Charts

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

NuGet Package : DevExpress.Wpf.Charts

Declaration

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

Returns

TypeDescription
IEnumerable<AnimationKind>

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

|

Remarks

Use the GetPredefinedPointAnimationKinds and Series.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