Back to Devexpress

BarSeries2DBase.GetPointAnimation() Method

wpf-devexpress-dot-xpf-dot-charts-dot-barseries2dbase-9924b537.md

latest1.6 KB
Original Source

BarSeries2DBase.GetPointAnimation() Method

Gets the point animation, which is assigned to BarSeries2DBase.

Namespace : DevExpress.Xpf.Charts

Assembly : DevExpress.Xpf.Charts.v25.2.dll

NuGet Package : DevExpress.Wpf.Charts

Declaration

csharp
public override SeriesPointAnimationBase GetPointAnimation()
vb
Public Overrides Function GetPointAnimation As SeriesPointAnimationBase

Returns

TypeDescription
SeriesPointAnimationBase

A SeriesPointAnimationBase class descendant.

|

Remarks

Call the GetPointAnimation method, to obtain an animation that is assigned to the BarSeries2DBase.PointAnimation property.

See Also

GetPointAnimation()

PointAnimation

Animation

BarSeries2DBase Class

BarSeries2DBase Members

DevExpress.Xpf.Charts Namespace