Skip to main content

LineSeriesView.SeriesAnimation Property

Gets or sets the series animation of the XY series.

Namespace: DevExpress.XtraCharts

Assembly: DevExpress.XtraCharts.v23.2.dll

NuGet Package: DevExpress.Charts

Declaration

[XtraChartsLocalizableCategory(XtraChartsCategory.Appearance)]
public XYSeriesAnimationBase SeriesAnimation { get; set; }

Property Value

Type Description
XYSeriesAnimationBase

A XYSeriesAnimationBase class descendant.

Remarks

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

See Also