Back to Devexpress

StackedAreaSeriesView.SeriesPointAnimation Property

corelibraries-devexpress-dot-xtracharts-dot-stackedareaseriesview-abf86736.md

latest1.4 KB
Original Source

StackedAreaSeriesView.SeriesPointAnimation Property

Overrides the PointSeriesViewBase.SeriesPointAnimation property to hide it.

Namespace : DevExpress.XtraCharts

Assembly : DevExpress.XtraCharts.v25.2.dll

NuGet Package : DevExpress.Charts

Declaration

csharp
[Browsable(false)]
public XYMarkerAnimationBase SeriesPointAnimation { get; set; }
vb
<Browsable(False)>
Public Property SeriesPointAnimation As XYMarkerAnimationBase

Property Value

TypeDescription
XYMarkerAnimationBase

Always null ( Nothing in Visual Basic).

|

Remarks

This property is overridden because this series view type does not support point marker display. As a result, there are nothing to animate.

See Also

StackedAreaSeriesView Class

StackedAreaSeriesView Members

DevExpress.XtraCharts Namespace