Class BulletChartAnimation
Inheritance
System.Object
BulletChartAnimation
Implements
System.IDisposable
Assembly: Syncfusion.Blazor.dll
Syntax
public class BulletChartAnimation : BaseComponent, IDisposable
Constructors
BulletChartAnimation()
Declaration
public BulletChartAnimation()
Properties
ChildContent
Declaration
public RenderFragment ChildContent { get; set; }
Property Value
Type |
Description |
Microsoft.AspNetCore.Components.RenderFragment |
|
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
Declaration
protected override string jsProperty { get; set; }
Property Value
Type |
Description |
System.String |
|
Overrides
mainParent
Declaration
protected override BaseComponent mainParent { get; set; }
Property Value
Overrides
Methods
BuildRenderTree(RenderTreeBuilder)
Declaration
protected override void BuildRenderTree(RenderTreeBuilder __builder)
Parameters
Type |
Name |
Description |
Microsoft.AspNetCore.Components.Rendering.RenderTreeBuilder |
__builder |
|
GetJSNamespace()
Declaration
public string GetJSNamespace()
Returns
Type |
Description |
System.String |
|
OnInitializedAsync()
Declaration
protected override Task OnInitializedAsync()
Returns
Type |
Description |
System.Threading.Tasks.Task |
|
Overrides
Declaration
protected override Task OnParametersSetAsync()
Returns
Type |
Description |
System.Threading.Tasks.Task |
|
Implements
System.IDisposable