BoxPlotSeriesView.Animation Property
Gets or sets the Box Plot series animation.
Namespace: DevExpress.XtraCharts
Assembly: DevExpress.XtraCharts.v24.1.dll
NuGet Package: DevExpress.Charts
Declaration
[NonTestableProperty]
[XtraChartsLocalizableCategory(XtraChartsCategory.Appearance)]
[XtraSerializableProperty(XtraSerializationVisibility.Content, true)]
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