menu

ASP.NET MVC - EJ2

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

    Show / Hide Table of Contents

    Class PivotViewPivotChartSeriesAnimationBuilder

    Inheritance
    System.Object
    Syncfusion.EJ2.ControlBuilder
    PivotViewPivotChartSeriesAnimationBuilder
    Namespace: Syncfusion.EJ2.PivotView
    Assembly: Syncfusion.EJ2.dll
    Syntax
    public class PivotViewPivotChartSeriesAnimationBuilder : ControlBuilder

    Constructors

    PivotViewPivotChartSeriesAnimationBuilder()

    Declaration
    public PivotViewPivotChartSeriesAnimationBuilder()

    PivotViewPivotChartSeriesAnimationBuilder(PivotViewPivotChartSeriesAnimation)

    Declaration
    public PivotViewPivotChartSeriesAnimationBuilder(PivotViewPivotChartSeriesAnimation model)
    Parameters
    Type Name Description
    PivotViewPivotChartSeriesAnimation model

    Methods

    Delay(Double)

    Allows to set the option to delay animation of the series.

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

    Duration(Double)

    Allows to set the duration of animation in milliseconds.

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

    Enable(Boolean)

    Allows to set the visibility of the series to be animated on initial loading.

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