Skip to main content
A newer version of this page is available. .

BarSeriesView.PointAnimation Property

Specifies the animation for data points of Bar series.

Namespace: DevExpress.WinUI.Charts

Assembly: DevExpress.WinUI.Charts.v22.1.dll

NuGet Package: DevExpress.WinUI

Declaration

[DP(null, Handler = "PointAnimationPropertyChanged")]
public BarAnimationBase PointAnimation { get; set; }

Property Value

Type Description
DevExpress.WinUI.Charts.BarAnimationBase

A DevExpress.WinUI.Charts.BarAnimationBase class descendant, specifying the animation type.

See Also