Skip to main content
A newer version of this page is available. .

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.v18.2.Wizard.dll

Declaration

public XYMarkerAnimationBaseModel SeriesPointAnimation { get; set; }

Property Value

Type Description
XYMarkerAnimationBaseModel

The point animation model.

See Also