Skip to main content
All docs
V25.1
  • BoxPlotSeriesView.Animation Property

    Gets or sets the Box Plot series animation.

    Namespace: DevExpress.XtraCharts

    Assembly: DevExpress.XtraCharts.v25.1.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