SeriesPointAnimationBase.PointOrder Property
In This Article
Defines the order in which series points are animated. This is a dependency property.
Namespace: DevExpress.Xpf.Charts
Assembly: DevExpress.Xpf.Charts.v24.2.dll
NuGet Package: DevExpress.Wpf.Charts
#Declaration
public PointAnimationOrder PointOrder { get; set; }
#Property Value
Type | Description |
---|---|
Point |
A Point |
See Also