BarSeriesView.Animation Property
In This Article
Gets or sets the bar series animation.
Namespace: DevExpress.XtraCharts
Assembly: DevExpress.XtraCharts.v24.2.dll
NuGet Package: DevExpress.Charts
#Declaration
[XtraChartsLocalizableCategory(XtraChartsCategory.Appearance)]
public BarAnimationBase Animation { get; set; }
#Property Value
Type | Description |
---|---|
Bar |
A Bar |
#Remarks
For more information about animation, refer to the Animation topic.
See Also