BoxPlotSeries2D.SetSeriesAnimation(SeriesAnimationBase) Method
Assigns the specified series animation to BoxPlotSeries2D.
Namespace: DevExpress.Xpf.Charts
Assembly: DevExpress.Xpf.Charts.v24.1.dll
NuGet Package: DevExpress.Wpf.Charts
Declaration
Parameters
Name | Type | Description |
---|---|---|
value | SeriesAnimationBase | A SeriesAnimationBase descendant that specifies the animation type. |
Remarks
Call the SetSeriesAnimation method to assign an animation preset to the BoxPlotSeries2D.SeriesAnimation property. The following values are available:
- Line2DBlowUpAnimation
- Line2DSlideFromBottomAnimation
- Line2DSlideFromLeftAnimation
- Line2DSlideFromRightAnimation
- Line2DSlideFromTopAnimation
- Line2DStretchFromFarAnimation
- Line2DStretchFromNearAnimation
- Line2DUnwindAnimation
- Line2DUnwrapHorizontallyAnimation
- Line2DUnwrapVerticallyAnimation
The BoxPlotSeries2D.SeriesAnimation property specifies the animation for the Box Plot mean line. Use the BoxPlotSeries2D.SetPointAnimation method to define animation for series points.
See Also