Skip to main content

PieSeriesViewModel.Animation Property

Gets or sets the model of the animaton of the modeled pie series view.

Namespace: DevExpress.XtraCharts.Designer

Assembly: DevExpress.XtraCharts.v23.2.Wizard.dll

NuGet Package: DevExpress.Win.Charts

Declaration

public PieAnimationBaseModel Animation { get; set; }

Property Value

Type Description
PieAnimationBaseModel

The model of the pie series view animation.

See Also