Class StockChartAnimation
Inheritance
System.Object
StockChartAnimation
Assembly: Syncfusion.EJ2.dll
Syntax
public class StockChartAnimation : EJTagHelper
Constructors
StockChartAnimation()
Declaration
public StockChartAnimation()
Properties
ContentTemplate
To get or set value for ContentTemplate.
Declaration
public MvcTemplate<object> ContentTemplate { get; set; }
Property Value
Delay
The option to delay animation of the series.
Declaration
public double Delay { get; set; }
Property Value
Type |
Description |
System.Double |
|
Duration
The duration of animation in milliseconds.
Declaration
public double Duration { get; set; }
Property Value
Type |
Description |
System.Double |
|
Enable
If set to true, series gets animated on initial loading.
Declaration
public bool Enable { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
IsComplex
Declaration
protected override bool IsComplex { get; }
Property Value
Type |
Description |
System.Boolean |
|
Overrides
ParentPropertyName
Declaration
protected override string ParentPropertyName { get; }
Property Value
Type |
Description |
System.String |
|
Overrides