Skip to main content

BarSeriesView.Animation Property

Gets or sets the bar series animation.

Namespace: DevExpress.XtraCharts

Assembly: DevExpress.XtraCharts.v24.1.dll

NuGet Package: DevExpress.Charts

Declaration

[NonTestableProperty]
[XtraChartsLocalizableCategory(XtraChartsCategory.Appearance)]
[XtraSerializableProperty(XtraSerializationVisibility.Content, true)]
public BarAnimationBase Animation { get; set; }

Property Value

Type Description
BarAnimationBase

A BarAnimationBase class descendant object.

Remarks

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

See Also