Class StockChartCommonAnimation
StockChartCommonAnimation Class
Inheritance
System.Object
StockChartCommonAnimation
Implements
System.IDisposable
Inherited Members
Namespace: Syncfusion.Blazor.Charts
Assembly: Syncfusion.Blazor.dll
Syntax
public class StockChartCommonAnimation : BaseComponent, IDisposable
Constructors
StockChartCommonAnimation()
Declaration
public StockChartCommonAnimation()
Properties
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 |
jsProperty
To get jsProperty
Declaration
protected override string jsProperty { get; set; }
Property Value
Type | Description |
---|---|
System.String |
Overrides
mainParent
To get mainParent from BaseComponent
Declaration
protected override BaseComponent mainParent { get; set; }
Property Value
Type | Description |
---|---|
BaseComponent |
Overrides
Methods
GetJSNamespace()
Declaration
public string GetJSNamespace()
Returns
Type | Description |
---|---|
System.String |
OnInitializedAsync()
Receive its initial parameters from its parent in the render tree
Declaration
protected override Task OnInitializedAsync()
Returns
Type | Description |
---|---|
System.Threading.Tasks.Task |
Overrides
OnParametersSetAsync()
Incoming values have been assigned to properties
Declaration
protected override Task OnParametersSetAsync()
Returns
Type | Description |
---|---|
System.Threading.Tasks.Task |
Implements
System.IDisposable