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

FunnelSeriesViewModel.Animation Property

Gets or sets the model of the animaton of the modeled funnel series view.

Namespace: DevExpress.XtraCharts.Designer

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

Declaration

public FunnelAnimationBaseModel Animation { get; set; }

Property Value

Type Description
FunnelAnimationBaseModel

The model of the funnel series view animation.

See Also