menu

ASP.NET MVC - EJ2

  • Code Examples
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Class BulletChartAnimationBuilder - ASP.NETMVC-EJ2 API Reference | Syncfusion

    Show / Hide Table of Contents

    Class BulletChartAnimationBuilder

    Inheritance
    System.Object
    Syncfusion.EJ2.ControlBuilder
    BulletChartAnimationBuilder
    Namespace: Syncfusion.EJ2.Charts
    Assembly: Syncfusion.EJ2.dll
    Syntax
    public class BulletChartAnimationBuilder : ControlBuilder

    Constructors

    BulletChartAnimationBuilder()

    Declaration
    public BulletChartAnimationBuilder()

    BulletChartAnimationBuilder(BulletChartAnimation)

    Declaration
    public BulletChartAnimationBuilder(BulletChartAnimation model)
    Parameters
    Type Name Description
    BulletChartAnimation model

    Methods

    Delay(Double)

    The option to delay the animation of the series, specified in milliseconds.

    Declaration
    public BulletChartAnimationBuilder Delay(double value)
    Parameters
    Type Name Description
    System.Double value
    Returns
    Type
    BulletChartAnimationBuilder

    Duration(Double)

    The duration of the animation in milliseconds.

    Declaration
    public BulletChartAnimationBuilder Duration(double value)
    Parameters
    Type Name Description
    System.Double value
    Returns
    Type
    BulletChartAnimationBuilder

    Enable(Boolean)

    If set to true, the series will be animated on initial loading.

    Declaration
    public BulletChartAnimationBuilder Enable(bool value)
    Parameters
    Type Name Description
    System.Boolean value
    Returns
    Type
    BulletChartAnimationBuilder
    Back to top Generated by DocFX
    Copyright © 2001 - 2025 Syncfusion Inc. All Rights Reserved