Back to Devexpress

PieSeriesView.Animation Property

corelibraries-devexpress-dot-xtracharts-dot-pieseriesview-99576a83.md

latest1.4 KB
Original Source

PieSeriesView.Animation Property

Gets or sets pie series animation.

Namespace : DevExpress.XtraCharts

Assembly : DevExpress.XtraCharts.v25.2.dll

NuGet Package : DevExpress.Charts

Declaration

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

Property Value

TypeDescription
PieAnimationBase

A PieAnimationBase class descendant.

|

Remarks

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

See Also

PieSeriesView Class

PieSeriesView Members

DevExpress.XtraCharts Namespace