Back to Devexpress

FunnelSeriesView.Animation Property

corelibraries-devexpress-dot-xtracharts-dot-funnelseriesview-5389fe6d.md

latest1.4 KB
Original Source

FunnelSeriesView.Animation Property

Gets or sets the funnel series animation.

Namespace : DevExpress.XtraCharts

Assembly : DevExpress.XtraCharts.v25.2.dll

NuGet Package : DevExpress.Charts

Declaration

csharp
[XtraChartsLocalizableCategory(XtraChartsCategory.Appearance)]
public FunnelAnimationBase Animation { get; set; }
vb
<XtraChartsLocalizableCategory(XtraChartsCategory.Appearance)>
Public Property Animation As FunnelAnimationBase

Property Value

TypeDescription
FunnelAnimationBase

A FunnelAnimationBase class descendant.

|

Remarks

For more information about animations, refer to the Animation topic.

See Also

FunnelSeriesView Class

FunnelSeriesView Members

DevExpress.XtraCharts Namespace