Back to Devexpress

BoxPlotSeries2D.GetSeriesAnimation() Method

wpf-devexpress-dot-xpf-dot-charts-dot-boxplotseries2d-29d0ea4b.md

latest1.8 KB
Original Source

BoxPlotSeries2D.GetSeriesAnimation() Method

Returns the BoxPlotSeries2D.SeriesAnimation property value.

Namespace : DevExpress.Xpf.Charts

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

NuGet Package : DevExpress.Wpf.Charts

Declaration

csharp
public override SeriesAnimationBase GetSeriesAnimation()
vb
Public Overrides Function GetSeriesAnimation As SeriesAnimationBase

Returns

TypeDescription
SeriesAnimationBase

A SeriesAnimationBase descendant that specifies the animation type.

|

Remarks

The BoxPlotSeries2D.SeriesAnimation property specifies the animation effect for the Box Plot mean line. Use the BoxPlotSeries2D.GetPointAnimation method to get the animation preset for series points.

See Also

GetPointAnimation()

SeriesAnimation

BoxPlotSeries2D Class

BoxPlotSeries2D Members

DevExpress.Xpf.Charts Namespace