Back to Devexpress

AreaStackedSeries2D.PointAnimation Property

wpf-devexpress-dot-xpf-dot-charts-dot-areastackedseries2d-d2a18336.md

latest2.4 KB
Original Source

AreaStackedSeries2D.PointAnimation Property

Specifies the animation for the series’ point markers.

Namespace : DevExpress.Xpf.Charts

Assembly : DevExpress.Xpf.Charts.v25.2.dll

NuGet Package : DevExpress.Wpf.Charts

Declaration

csharp
public AreaStacked2DFadeInAnimation PointAnimation { get; set; }
vb
Public Property PointAnimation As AreaStacked2DFadeInAnimation

Property Value

TypeDescription
AreaStacked2DFadeInAnimation

An AreaStacked2DFadeInAnimation object, specifying the marker animation type.

|

Remarks

Use the PointAnimation property, to animate the point markers of a 2D Stacked Area series.

To define a preset for animating the series itself, use the AreaStackedSeries2D.SeriesAnimation property.

For more information, see Animation.

See Also

GetPointAnimation()

SetPointAnimation(SeriesPointAnimationBase)

SeriesAnimation

Animation

AreaStackedSeries2D Class

AreaStackedSeries2D Members

DevExpress.Xpf.Charts Namespace