Back to Devexpress

BoxPlotSeries2D.PointAnimation Property

wpf-devexpress-dot-xpf-dot-charts-dot-boxplotseries2d-c2234f9f.md

latest1.9 KB
Original Source

BoxPlotSeries2D.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 BoxPlot2DAnimationBase PointAnimation { get; set; }
vb
Public Property PointAnimation As BoxPlot2DAnimationBase

Property Value

TypeDescription
DevExpress.Xpf.Charts.BoxPlot2DAnimationBase

A Bar2DAnimationBase class descendant, specifying the marker animation type.

|

Remarks

Use the PointAnimation property to animate the point markers of a Box Plot series.

Refer to Animation for more information.

See Also

GetPointAnimation()

SetPointAnimation(SeriesPointAnimationBase)

Animation

BoxPlotSeries2D Class

BoxPlotSeries2D Members

DevExpress.Xpf.Charts Namespace