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 |