Back to Devexpress

CircularSeriesBase2D.PointAnimation Property

wpf-devexpress-dot-xpf-dot-charts-dot-circularseriesbase2d-4616f621.md

latest1.9 KB
Original Source

CircularSeriesBase2D.PointAnimation Property

Specifies the animation for the series point markers.

Namespace : DevExpress.Xpf.Charts

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

NuGet Package : DevExpress.Wpf.Charts

Declaration

csharp
public CircularMarkerAnimationBase PointAnimation { get; set; }
vb
Public Property PointAnimation As CircularMarkerAnimationBase

Property Value

TypeDescription
CircularMarkerAnimationBase

A CircularMarkerAnimationBase class descendant, specifying the marker animation type.

|

Remarks

Use the PointAnimation property, to animate the point markers of a radar or polar series.

For more information, see Animation.

See Also

CircularSeriesBase2D Class

CircularSeriesBase2D Members

DevExpress.Xpf.Charts Namespace