ASP.NET MVC - EJ2

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

    Show / Hide Table of Contents

    Class RangeNavigatorAnimationBuilder

    Inheritance
    System.Object
    ControlBuilder
    RangeNavigatorAnimationBuilder
    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.Charts
    Assembly: Syncfusion.EJ2.dll
    Syntax
    public class RangeNavigatorAnimationBuilder : ControlBuilder

    Constructors

    RangeNavigatorAnimationBuilder()

    Declaration
    public RangeNavigatorAnimationBuilder()

    RangeNavigatorAnimationBuilder(RangeNavigatorAnimation)

    Declaration
    public RangeNavigatorAnimationBuilder(RangeNavigatorAnimation model)
    Parameters
    Type Name Description
    RangeNavigatorAnimation model

    Methods

    Delay(Double)

    The option to delay animation of the series.

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

    Duration(Double)

    The duration of animation in milliseconds.

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

    Enable(Boolean)

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

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