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