menu

ASP.NET MVC

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

    Show / Hide Table of Contents

    Class SunburstPoints

    Inheritance
    System.Object
    EJTagHelper
    SunburstPoints
    Inherited Members
    EJTagHelper.GetControlDetails()
    EJTagHelper.GetControlDetails(String)
    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.DataVisualization.Models
    Assembly: Syncfusion.EJ.dll
    Syntax
    public class SunburstPoints : EJTagHelper

    Constructors

    SunburstPoints()

    Declaration
    public SunburstPoints()

    Properties

    Fill

    Gets or sets for fill.

    Declaration
    [JsonProperty("fill")]
    public string Fill { get; set; }
    Property Value
    Type Description
    System.String
    Remarks

    Sunburst point fill.

    Text

    Gets or sets for text.

    Declaration
    [JsonProperty("text")]
    public string Text { get; set; }
    Property Value
    Type Description
    System.String
    Remarks

    Sunburst point text.

    X

    Gets or sets for x point.

    Declaration
    [JsonProperty("x")]
    public string X { get; set; }
    Property Value
    Type Description
    System.String
    Remarks

    Sunburst x point.

    Y

    Gets or sets for y point.

    Declaration
    [JsonProperty("y")]
    public double? Y { get; set; }
    Property Value
    Type Description
    System.Nullable<System.Double>
    Remarks

    Sunburst y point.

    Back to top Generated by DocFX
    Copyright © 2001 - 2025 Syncfusion Inc. All Rights Reserved