Skip to main content
A newer version of this page is available. .

RadarLineSeriesView.SeriesAnimation Property

Gets or sets the series animation of the circular series.

Namespace: DevExpress.XtraCharts

Assembly: DevExpress.XtraCharts.v18.2.dll

Declaration

[XtraSerializableProperty(XtraSerializationVisibility.Content, true)]
[NonTestableProperty]
[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