menu

Blazor

  • Code Examples
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Class BulletChartAnimation - Blazor API Reference | Syncfusion

    Show / Hide Table of Contents

    Class BulletChartAnimation

    Sets and gets the animation options of bullet chart component.

    Inheritance
    System.Object
    SfBaseComponent
    BulletChartAnimation
    Inherited Members
    SfBaseComponent.Dispose()
    SfBaseComponent.Dispose(Boolean)
    SfBaseComponent.OnAfterRenderAsync(Boolean)
    SfBaseComponent.OnInitializedAsync()
    SfBaseComponent.OnObservableChange(String, Object, Boolean, NotifyCollectionChangedEventArgs)
    Namespace: Syncfusion.Blazor.Charts
    Assembly: Syncfusion.Blazor.dll
    Syntax
    public class BulletChartAnimation : SfBaseComponent

    Constructors

    BulletChartAnimation()

    Declaration
    public BulletChartAnimation()

    Properties

    Delay

    Sets and gets the option to delay animation of the series.

    Declaration
    public int Delay { get; set; }
    Property Value
    Type
    System.Int32

    Duration

    Sets and gets the duration of animation in milliseconds.

    Declaration
    public int Duration { get; set; }
    Property Value
    Type
    System.Int32
    Back to top Generated by DocFX
    Copyright © 2001 - 2025 Syncfusion Inc. All Rights Reserved