Skip to main content

BarSeriesView.PointAnimation Property

Specifies the animation for data points of Bar series.

Namespace: DevExpress.WinUI.Charts

Assembly: DevExpress.WinUI.Charts.v23.2.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