Skip to main content

PieSeriesView.Animation Property

Gets or sets pie series animation.

Namespace: DevExpress.XtraCharts

Assembly: DevExpress.XtraCharts.v24.1.dll

NuGet Package: DevExpress.Charts

Declaration

[NonTestableProperty]
[XtraChartsLocalizableCategory(XtraChartsCategory.Appearance)]
[XtraSerializableProperty(XtraSerializationVisibility.Content, true)]
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