menu

ASP.NET Core - EJ2

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

    Show / Hide Table of Contents

    Class RangeNavigatorPeriodBuilder

    Inheritance
    System.Object
    ControlBuilder
    RangeNavigatorPeriodBuilder
    Inherited Members
    ControlBuilder.Output
    ControlBuilder.Context
    Namespace: Syncfusion.EJ2.Charts
    Assembly: Syncfusion.EJ2.dll
    Syntax
    public class RangeNavigatorPeriodBuilder : ControlBuilder

    Constructors

    RangeNavigatorPeriodBuilder()

    Declaration
    public RangeNavigatorPeriodBuilder()

    RangeNavigatorPeriodBuilder(List<RangeNavigatorPeriod>)

    Declaration
    public RangeNavigatorPeriodBuilder(List<RangeNavigatorPeriod> collection)
    Parameters
    Type Name Description
    System.Collections.Generic.List<RangeNavigatorPeriod> collection

    Methods

    Add()

    Declaration
    public void Add()

    Interval(Double)

    Count value for the button.

    Declaration
    public RangeNavigatorPeriodBuilder Interval(double interval)
    Parameters
    Type Name Description
    System.Double interval
    Returns
    Type Description
    RangeNavigatorPeriodBuilder

    IntervalType(RangeIntervalType)

    IntervalType of button.

    Declaration
    public RangeNavigatorPeriodBuilder IntervalType(RangeIntervalType intervalType)
    Parameters
    Type Name Description
    RangeIntervalType intervalType
    Returns
    Type Description
    RangeNavigatorPeriodBuilder

    Selected(Boolean)

    To select the default period.

    Declaration
    public RangeNavigatorPeriodBuilder Selected(bool selected)
    Parameters
    Type Name Description
    System.Boolean selected
    Returns
    Type Description
    RangeNavigatorPeriodBuilder

    Text(String)

    Text to be displayed on the button.

    Declaration
    public RangeNavigatorPeriodBuilder Text(string text)
    Parameters
    Type Name Description
    System.String text
    Returns
    Type Description
    RangeNavigatorPeriodBuilder
    Back to top Generated by DocFX
    Copyright © 2001 - 2023 Syncfusion Inc. All Rights Reserved