Skip to main content

DevExpress v24.2 Update — Your Feedback Matters

Our What's New in v24.2 webpage includes product-specific surveys. Your response to our survey questions will help us measure product satisfaction for features released in this major update and help us refine our plans for our next major release.

Take the survey Not interested

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.v24.2.dll

NuGet Package: DevExpress.Wpf.Charts

#Declaration

public IEnumerable<AnimationKind> GetPredefinedPointAnimationKinds()

#Returns

Type Description
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