Skip to main content
All docs
V23.2

BoxPlotSeriesViewModel.Animation Property

Gets or sets the BoxPlotSeriesView.Animation property within the BoxPlotSeriesViewModel.

Namespace: DevExpress.XtraCharts.Designer

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

NuGet Package: DevExpress.Win.Charts

Declaration

public BoxPlotAnimationBaseModel Animation { get; set; }

Property Value

Type Description
BoxPlotAnimationBaseModel

The animation type.

See Also