Class StockChartCommonAnimation
To specify customization options for stock chart animation.
Inheritance
StockChartCommonAnimation
Inherited Members
Namespace: Syncfusion.Blazor.Charts
Assembly: Syncfusion.Blazor.dll
Syntax
public class StockChartCommonAnimation : SfOwningComponentBase, IComponent, IHandleEvent, IHandleAfterRender, IDisposable
Constructors
StockChartCommonAnimation()
Declaration
public StockChartCommonAnimation()
Properties
Delay
The option to delay animation of the series.
Declaration
[Parameter]
public double Delay { get; set; }
Property Value
| Type |
|---|
| double |
Duration
The duration of animation in milliseconds.
Declaration
[Parameter]
public double Duration { get; set; }
Property Value
| Type |
|---|
| double |
Enable
If set to true, series gets animated on initial loading.
Declaration
[Parameter]
public bool Enable { get; set; }
Property Value
| Type |
|---|
| bool |