Skip to main content

PointSeriesViewBase.SeriesPointAnimation Property

Gets or sets the point animation of XY series.

Namespace: DevExpress.XtraCharts

Assembly: DevExpress.XtraCharts.v23.2.dll

NuGet Package: DevExpress.Charts

Declaration

[XtraChartsLocalizableCategory(XtraChartsCategory.Appearance)]
public XYMarkerAnimationBase SeriesPointAnimation { get; set; }

Property Value

Type Description
XYMarkerAnimationBase

A XYMarkerAnimationBase class descendant object.

Remarks

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

See Also