Series.GetPredefinedPointAnimationKinds() Method
In This Article
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<Animation |
A collection of the Animation |
#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