Back to Devexpress

LineSeriesView.SeriesAnimation Property

corelibraries-devexpress-dot-xtracharts-dot-lineseriesview-a3f7a586.md

latest1.4 KB
Original Source

LineSeriesView.SeriesAnimation Property

Gets or sets the series animation of the XY series.

Namespace : DevExpress.XtraCharts

Assembly : DevExpress.XtraCharts.v25.2.dll

NuGet Package : DevExpress.Charts

Declaration

csharp
[XtraChartsLocalizableCategory(XtraChartsCategory.Appearance)]
public XYSeriesAnimationBase SeriesAnimation { get; set; }
vb
<XtraChartsLocalizableCategory(XtraChartsCategory.Appearance)>
Public Property SeriesAnimation As XYSeriesAnimationBase

Property Value

TypeDescription
XYSeriesAnimationBase

A XYSeriesAnimationBase class descendant.

|

Remarks

For more information about animations, refer to the Animation topic.

See Also

LineSeriesView Class

LineSeriesView Members

DevExpress.XtraCharts Namespace