Skip to main content

RadarSeriesViewBase.SeriesPointAnimation Property

Gets or sets the point animation of a circular series.

Namespace: DevExpress.XtraCharts

Assembly: DevExpress.XtraCharts.v24.1.dll

NuGet Package: DevExpress.Charts

Declaration

[NonTestableProperty]
[XtraChartsLocalizableCategory(XtraChartsCategory.Appearance)]
[XtraSerializableProperty(XtraSerializationVisibility.Content, true)]
public CircularMarkerAnimationBase SeriesPointAnimation { get; set; }

Property Value

Type Description
CircularMarkerAnimationBase

A CircularMarkerAnimationBase class descendant object.

Remarks

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

See Also