Skip to main content

RadarLineSeriesView.SeriesAnimation Property

Gets or sets the series animation of the circular series.

Namespace: DevExpress.XtraCharts

Assembly: DevExpress.XtraCharts.v23.2.dll

NuGet Package: DevExpress.Charts

Declaration

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

Property Value

Type Description
CircularSeriesAnimationBase

A CircularSeriesAnimationBase class descendant object.

Remarks

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

See Also