PieSeries2D.SetSeriesAnimation(SeriesAnimationBase) Method
Assigns the specified series animation to PieSeries2D.
Namespace: DevExpress.Xpf.Charts
Assembly: DevExpress.Xpf.Charts.v25.1.dll
NuGet Package: DevExpress.Wpf.Charts
Declaration
Parameters
| Name | Type | Description |
|---|---|---|
| value | SeriesAnimationBase | A SeriesAnimationBase class descendant. |
Remarks
Call the SetSeriesAnimation method, to assign an animation preset to the PieSeries2D.SeriesAnimation property.
See Also