Class BulletChartAnimation
Sets and gets the animation options of bullet chart component.
Inheritance
BulletChartAnimation
Inherited Members
Namespace: Syncfusion.Blazor.Charts
Assembly: Syncfusion.Blazor.dll
Syntax
public class BulletChartAnimation : SfBaseComponent, IComponent, IHandleEvent, IHandleAfterRender, IDisposable
Constructors
BulletChartAnimation()
Declaration
public BulletChartAnimation()
Properties
Delay
Sets and gets the option to delay animation of the series.
Declaration
[Parameter]
public int Delay { get; set; }
Property Value
| Type |
|---|
| int |
Duration
Sets and gets the duration of animation in milliseconds.
Declaration
[Parameter]
public int Duration { get; set; }
Property Value
| Type |
|---|
| int |