Skip to main content

Pie2DSeriesPointAnimationBase Class

Represents the base class for all series point animations available for the Pie / Donut series type.

Namespace: DevExpress.Xpf.Charts

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

#Declaration

public abstract class Pie2DSeriesPointAnimationBase :
    SeriesPointAnimationBase

#Returned By

The PieSeries2D.PointAnimation property returns an instance of Pie2DSeriesPointAnimationBase.

#Remarks

The Pie2DSeriesPointAnimationBase class serves as a base for all 2D Pie series point animation objects, and exposes the following methods.

See Also