menu

ASP.NET Core - EJ2

  • Code Examples
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Class BulletChartAnimationBuilder - API Reference

    Show / Hide Table of Contents

    Class BulletChartAnimationBuilder

    Inheritance
    System.Object
    ControlBuilder
    BulletChartAnimationBuilder
    Inherited Members
    ControlBuilder.Output
    ControlBuilder.Context
    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 animation of the series.

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

    Duration(Double)

    The duration of animation in milliseconds.

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

    Enable(Boolean)

    If set to true, series gets animated on initial loading.

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