Back to Devexpress

PointSeriesViewBase.SeriesPointAnimation Property

corelibraries-devexpress-dot-xtracharts-dot-pointseriesviewbase.md

latest1.5 KB
Original Source

PointSeriesViewBase.SeriesPointAnimation Property

Gets or sets the point animation of XY series.

Namespace : DevExpress.XtraCharts

Assembly : DevExpress.XtraCharts.v25.2.dll

NuGet Package : DevExpress.Charts

Declaration

csharp
[XtraChartsLocalizableCategory(XtraChartsCategory.Appearance)]
public XYMarkerAnimationBase SeriesPointAnimation { get; set; }
vb
<XtraChartsLocalizableCategory(XtraChartsCategory.Appearance)>
Public Property SeriesPointAnimation As XYMarkerAnimationBase

Property Value

TypeDescription
XYMarkerAnimationBase

A XYMarkerAnimationBase class descendant object.

|

Remarks

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

See Also

PointSeriesViewBase Class

PointSeriesViewBase Members

DevExpress.XtraCharts Namespace