FinancialSeriesViewBase.Animation Property
In This Article
Gets or sets the financial series animation.
Namespace: DevExpress.XtraCharts
Assembly: DevExpress.XtraCharts.v24.2.dll
NuGet Package: DevExpress.Charts
#Declaration
[XtraChartsLocalizableCategory(XtraChartsCategory.Appearance)]
public FinancialAnimationBase Animation { get; set; }
#Property Value
Type | Description |
---|---|
Financial |
A Financial |
#Remarks
For more information about animations, refer to the Animation topic.
See Also