Skip to main content

StackedAreaSeriesView.SeriesPointAnimation Property

Overrides the PointSeriesViewBase.SeriesPointAnimation property to hide it.

Namespace: DevExpress.XtraCharts

Assembly: DevExpress.XtraCharts.v23.2.dll

NuGet Package: DevExpress.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