Class ChartAnimationBuilder
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 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 animation of the series.
Declaration
public ChartAnimationBuilder Delay(double value)
Parameters
Type | Name | Description |
---|---|---|
System.Double | value |
Returns
Type | Description |
---|---|
ChartAnimationBuilder |
Duration(Double)
The duration of animation in milliseconds.
Declaration
public ChartAnimationBuilder Duration(double value)
Parameters
Type | Name | Description |
---|---|---|
System.Double | value |
Returns
Type | Description |
---|---|
ChartAnimationBuilder |
Enable(Boolean)
If set to true, series gets animated on initial loading.
Declaration
public ChartAnimationBuilder Enable(bool value)
Parameters
Type | Name | Description |
---|---|---|
System.Boolean | value |
Returns
Type | Description |
---|---|
ChartAnimationBuilder |