Class BulletChartAnimationBuilder
Inherited Members
System.Object.ToString()
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
Namespace: Syncfusion.EJ2.Charts
Assembly: Syncfusion.EJ2.dll
Syntax
public class BulletChartAnimationBuilder : ControlBuilder
Constructors
BulletChartAnimationBuilder()
Declaration
public BulletChartAnimationBuilder()
BulletChartAnimationBuilder(BulletChartAnimation)
Declaration
public BulletChartAnimationBuilder(BulletChartAnimation model)
Parameters
Type | Name | Description |
---|---|---|
BulletChartAnimation | model |
Methods
Delay(Double)
The option to delay animation of the series.
Declaration
public BulletChartAnimationBuilder Delay(double value)
Parameters
Type | Name | Description |
---|---|---|
System.Double | value |
Returns
Type | Description |
---|---|
BulletChartAnimationBuilder |
Duration(Double)
The duration of animation in milliseconds.
Declaration
public BulletChartAnimationBuilder Duration(double value)
Parameters
Type | Name | Description |
---|---|---|
System.Double | value |
Returns
Type | Description |
---|---|
BulletChartAnimationBuilder |
Enable(Boolean)
If set to true, series gets animated on initial loading.
Declaration
public BulletChartAnimationBuilder Enable(bool value)
Parameters
Type | Name | Description |
---|---|---|
System.Boolean | value |
Returns
Type | Description |
---|---|
BulletChartAnimationBuilder |