ASP.NET Core - EJ2

Code Examples Upgrade Guide User Guide Demos Support Forums Download
  • Code Examples
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Class TreeMapInitialDrillSettingsBuilder

    Show / Hide Table of Contents

    Class TreeMapInitialDrillSettingsBuilder

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

    Constructors

    TreeMapInitialDrillSettingsBuilder()

    Declaration
    public TreeMapInitialDrillSettingsBuilder()

    TreeMapInitialDrillSettingsBuilder(TreeMapInitialDrillSettings)

    Declaration
    public TreeMapInitialDrillSettingsBuilder(TreeMapInitialDrillSettings model)
    Parameters
    Type Name Description
    TreeMapInitialDrillSettings model

    Methods

    GroupIndex(Double)

    Sets and gets the initial rendering level index in the treemap component.

    Declaration
    public TreeMapInitialDrillSettingsBuilder GroupIndex(double value)
    Parameters
    Type Name Description
    System.Double value
    Returns
    Type Description
    TreeMapInitialDrillSettingsBuilder

    GroupName(String)

    Sets and gets the initial rendering level name in the treemap component.

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