Back to Devexpress

AnimationKind Class

wpf-devexpress-dot-xpf-dot-charts-113630d5.md

latest1.7 KB
Original Source

AnimationKind Class

An animation kind that is supported by the series or its point markers.

Namespace : DevExpress.Xpf.Charts

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

NuGet Package : DevExpress.Wpf.Charts

Declaration

csharp
public class AnimationKind :
    PredefinedElementKind
vb
Public Class AnimationKind
    Inherits PredefinedElementKind

Remarks

An AnimationKind object is returned by the Series.GetPredefinedPointAnimationKinds and Series.GetPredefinedSeriesAnimationKinds methods.

Inheritance

Object PredefinedElementKind AnimationKind

See Also

AnimationKind Members

GetPredefinedPointAnimationKinds()

GetPredefinedSeriesAnimationKinds()

DevExpress.Xpf.Charts Namespace