Back to Devexpress

BoxPlotSeriesView.Animation Property

corelibraries-devexpress-dot-xtracharts-dot-boxplotseriesview-c34bfecc.md

latest1.4 KB
Original Source

BoxPlotSeriesView.Animation Property

Gets or sets the Box Plot series animation.

Namespace : DevExpress.XtraCharts

Assembly : DevExpress.XtraCharts.v25.2.dll

NuGet Package : DevExpress.Charts

Declaration

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

Property Value

TypeDescription
BoxPlotAnimationBase

A BoxPlotAnimationBase class descendant object that represents the animation type.

|

Remarks

Refer to the Animation topic for more information.

See Also

BoxPlotSeriesView Class

BoxPlotSeriesView Members

DevExpress.XtraCharts Namespace