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