Back to Devexpress

BarSeriesView.Animation Property

corelibraries-devexpress-dot-xtracharts-dot-barseriesview-38c1662b.md

latest1.4 KB
Original Source

BarSeriesView.Animation Property

Gets or sets the bar series animation.

Namespace : DevExpress.XtraCharts

Assembly : DevExpress.XtraCharts.v25.2.dll

NuGet Package : DevExpress.Charts

Declaration

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

Property Value

TypeDescription
BarAnimationBase

A BarAnimationBase class descendant object.

|

Remarks

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

See Also

BarSeriesView Class

BarSeriesView Members

DevExpress.XtraCharts Namespace