StackedAreaSeriesView.SeriesPointAnimation Property
Overrides the PointSeriesViewBase.SeriesPointAnimation property to hide it.
Namespace: DevExpress.XtraCharts
Assembly: DevExpress.XtraCharts.v24.1.dll
NuGet Package: DevExpress.Charts
Declaration
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