menu

ASP.NET MVC - EJ2

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

    Show / Hide Table of Contents

    Class PivotViewPivotChartSeriesAnimationBuilder

    Inheritance
    System.Object
    ControlBuilder
    PivotViewPivotChartSeriesAnimationBuilder
    Inherited Members
    ControlBuilder.Output
    ControlBuilder.Context
    System.Object.ToString()
    System.Object.Equals(System.Object)
    System.Object.Equals(System.Object, System.Object)
    System.Object.ReferenceEquals(System.Object, System.Object)
    System.Object.GetHashCode()
    System.Object.GetType()
    System.Object.MemberwiseClone()
    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 Description
    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 Description
    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 Description
    PivotViewPivotChartSeriesAnimationBuilder
    Back to top Generated by DocFX
    Copyright © 2001 - 2023 Syncfusion Inc. All Rights Reserved