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

StackedAreaSeriesView.SeriesPointAnimation Property

Overrides the PointSeriesViewBase.SeriesPointAnimation property to hide it.

Namespace: DevExpress.XtraCharts

Assembly: DevExpress.XtraCharts.v20.1.dll

NuGet Packages: DevExpress.Charts, DevExpress.WindowsDesktop.Charts

Declaration

[Browsable(false)]
public XYMarkerAnimationBase SeriesPointAnimation { get; set; }

Property Value

Type Description
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