menu

ASP.NET MVC

  • Code Examples
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Class SunburstDesigner.SunburstData

    Show / Hide Table of Contents

    Class SunburstDesigner.SunburstData

    Inheritance
    System.Object
    SunburstDesigner.SunburstData
    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 SunburstData

    Constructors

    SunburstData()

    Declaration
    public SunburstData()

    Properties

    Category

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

    Country

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

    EmployeesCount

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

    JobDescription

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

    JobGroup

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

    JobRole

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

    Methods

    GetSunburstData()

    Declaration
    public static List<SunburstDesigner.SunburstData> GetSunburstData()
    Returns
    Type Description
    System.Collections.Generic.List<SunburstDesigner.SunburstData>
    Back to top Generated by DocFX
    Copyright © 2001 - 2025 Syncfusion Inc. All Rights Reserved