menu

ASP.NET MVC

  • Code Examples
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Class TreeMapDesigner.TreeMapData

    Show / Hide Table of Contents

    Class TreeMapDesigner.TreeMapData

    Inheritance
    System.Object
    TreeMapDesigner.TreeMapData
    Inherited Members
    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.JavaScript.Web
    Assembly: Syncfusion.EJ.Web.dll
    Syntax
    public class TreeMapData

    Constructors

    TreeMapData()

    Declaration
    public TreeMapData()

    TreeMapData(Int32, String, String)

    Declaration
    public TreeMapData(int i, string txt, string level)
    Parameters
    Type Name Description
    System.Int32 i
    System.String txt
    System.String level

    Properties

    count

    Declaration
    public int count { get; set; }
    Property Value
    Type Description
    System.Int32

    level

    Declaration
    public string level { get; set; }
    Property Value
    Type Description
    System.String

    name

    Declaration
    public string name { get; set; }
    Property Value
    Type Description
    System.String

    Methods

    getData(Int32)

    Declaration
    public List<TreeMapDesigner.TreeMapData> getData(int count)
    Parameters
    Type Name Description
    System.Int32 count
    Returns
    Type Description
    System.Collections.Generic.List<TreeMapDesigner.TreeMapData>
    Back to top Generated by DocFX
    Copyright © 2001 - 2025 Syncfusion Inc. All Rights Reserved