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