Skip to main content

BoxPlotSeriesView.Animation Property

Gets or sets the Box Plot series animation.

Namespace: DevExpress.XtraCharts

Assembly: DevExpress.XtraCharts.v23.2.dll

NuGet Package: DevExpress.Charts

Declaration

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

Property Value

Type Description
BoxPlotAnimationBase

A BoxPlotAnimationBase class descendant object that represents the animation type.

Remarks

Refer to the Animation topic for more information.

See Also