BoxPlotSeriesView.Animation Property
Gets or sets the Box Plot series animation.
Namespace: DevExpress.XtraCharts
Assembly: DevExpress.XtraCharts.v24.2.dll
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