Skip to main content

MarkerSeriesView.PointAnimation Property

Specifies the animation for data points of series with markers.

Namespace: DevExpress.UI.Xaml.Charts

Assembly: DevExpress.UI.Xaml.Charts.v21.2.dll

NuGet Package: DevExpress.Uwp.Controls

Declaration

public MarkerAnimationBase PointAnimation { get; set; }

Property Value

Type Description
DevExpress.UI.Xaml.Charts.MarkerAnimationBase

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

See Also