Class BulletChartAnimationBuilder
Inheritance
System.Object
Syncfusion.EJ2.ControlBuilder
BulletChartAnimationBuilder
Assembly: Syncfusion.EJ2.dll
Syntax
public class BulletChartAnimationBuilder : ControlBuilder
Constructors
BulletChartAnimationBuilder()
Declaration
public BulletChartAnimationBuilder()
BulletChartAnimationBuilder(BulletChartAnimation)
Declaration
public BulletChartAnimationBuilder(BulletChartAnimation model)
Parameters
Methods
Delay(Double)
The option to delay the animation of the series, specified in milliseconds.
Declaration
public BulletChartAnimationBuilder Delay(double value)
Parameters
Type |
Name |
Description |
System.Double |
value |
|
Returns
Duration(Double)
The duration of the animation in milliseconds.
Declaration
public BulletChartAnimationBuilder Duration(double value)
Parameters
Type |
Name |
Description |
System.Double |
value |
|
Returns
Enable(Boolean)
If set to true, the series will be animated on initial loading.
Declaration
public BulletChartAnimationBuilder Enable(bool value)
Parameters
Type |
Name |
Description |
System.Boolean |
value |
|
Returns