Class BulletChartAnimation
Inheritance
System.Object
Syncfusion.EJ2.EJTagHelper
BulletChartAnimation
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: Syncfusion.EJ2.Charts
Assembly: Syncfusion.AspNetMvc.BulletChart.dll
Syntax
public class BulletChartAnimation : EJTagHelper
Constructors
BulletChartAnimation()
Declaration
public BulletChartAnimation()
Properties
ContentTemplate
To get or set value for ContentTemplate.
Declaration
public MvcTemplate<object> ContentTemplate { get; set; }
Property Value
| Type |
|---|
| Syncfusion.EJ2.MvcTemplate<System.Object> |
Delay
The option to delay the animation of the series, specified in milliseconds.
Declaration
public double Delay { get; set; }
Property Value
| Type | Description |
|---|---|
| System.Double | The default value is 0 |
Duration
The duration of the animation in milliseconds.
Declaration
public double Duration { get; set; }
Property Value
| Type | Description |
|---|---|
| System.Double | The default value is 1000 |
Enable
If set to true, the series will be animated on initial loading.
Declaration
public bool Enable { get; set; }
Property Value
| Type | Description |
|---|---|
| System.Boolean | The default value is true |