Skip to main content

PointSeriesViewBaseModel.SeriesPointAnimation Property

Gets or sets the model of the point animation of the modeled Cartesian series view.

Namespace: DevExpress.XtraCharts.Designer

Assembly: DevExpress.XtraCharts.v23.2.Wizard.dll

NuGet Package: DevExpress.Win.Charts

Declaration

public XYMarkerAnimationBaseModel SeriesPointAnimation { get; set; }

Property Value

Type Description
XYMarkerAnimationBaseModel

The point animation model.

See Also