FunnelSeriesView.Animation Property
Gets or sets the funnel series animation.
Namespace: DevExpress.XtraCharts
Assembly: DevExpress.XtraCharts.v25.1.dll
NuGet Package: DevExpress.Charts
Declaration
[XtraChartsLocalizableCategory(XtraChartsCategory.Appearance)]
public FunnelAnimationBase Animation { get; set; }
Property Value
| Type | Description |
|---|---|
| FunnelAnimationBase | A FunnelAnimationBase class descendant. |
Remarks
For more information about animations, refer to the Animation topic.
See Also