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

MarkerSeriesView.PointAnimation Property

Specifies the animation for data points of series with markers.

Namespace: DevExpress.WinUI.Charts

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

NuGet Package: DevExpress.WinUI

Declaration

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

Property Value

Type Description
DevExpress.WinUI.Charts.MarkerAnimationBase

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

See Also