Class Chart3DAnimation
Inheritance
System.Object
Syncfusion.EJ2.EJTagHelper
Chart3DAnimation
Namespace: Syncfusion.EJ2.Charts
Assembly: Syncfusion.EJ2.dll
Syntax
public class Chart3DAnimation : EJTagHelper
Constructors
Chart3DAnimation()
Declaration
public Chart3DAnimation()
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 |