Skip to main content

PieSeriesView.Animation Property

Gets or sets pie series animation.

Namespace: DevExpress.XtraCharts

Assembly: DevExpress.XtraCharts.v23.2.dll

NuGet Package: DevExpress.Charts

Declaration

[XtraChartsLocalizableCategory(XtraChartsCategory.Appearance)]
public PieAnimationBase Animation { get; set; }

Property Value

Type Description
PieAnimationBase

A PieAnimationBase class descendant.

Remarks

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

See Also