Class BulletChartAnimation
Sets and gets the animation options of bullet chart component.
Inherited Members
Namespace: Syncfusion.Blazor.Charts
Assembly: Syncfusion.Blazor.dll
Syntax
public class BulletChartAnimation : SfBaseComponent
Constructors
BulletChartAnimation()
Declaration
public BulletChartAnimation()
Properties
Delay
Sets and gets the option to delay animation of the series.
Declaration
public int Delay { get; set; }
Property Value
Type |
---|
System.Int32 |
Duration
Sets and gets the duration of animation in milliseconds.
Declaration
public int Duration { get; set; }
Property Value
Type |
---|
System.Int32 |
Methods
OnInitializedAsync()
Method invoked when the component is ready to start.
Declaration
protected override Task OnInitializedAsync()
Returns
Type | Description |
---|---|
System.Threading.Tasks.Task | A System.Threading.Tasks.Task representing the asynchronous operation. |