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

FinancialSeriesViewBase.Animation Property

Gets or sets the financial series animation.

Namespace: DevExpress.XtraCharts

Assembly: DevExpress.XtraCharts.v18.2.dll

Declaration

[XtraSerializableProperty(XtraSerializationVisibility.Content, true)]
[NonTestableProperty]
[XtraChartsLocalizableCategory(XtraChartsCategory.Appearance)]
public FinancialAnimationBase Animation { get; set; }

Property Value

Type Description
FinancialAnimationBase

A FinancialAnimationBase class descendant.

Remarks

For more information about animations, refer to the Animation topic.

See Also