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