LineSeriesView.SeriesAnimation Property
In This Article
Gets or sets the series animation of the XY series.
Namespace: DevExpress.XtraCharts
Assembly: DevExpress.XtraCharts.v24.2.dll
NuGet Package: DevExpress.Charts
#Declaration
[XtraChartsLocalizableCategory(XtraChartsCategory.Appearance)]
public XYSeriesAnimationBase SeriesAnimation { get; set; }
#Property Value
Type | Description |
---|---|
XYSeries |
A XYSeries |
#Remarks
For more information about animations, refer to the Animation topic.
See Also