menu

ASP.NET Web Forms

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

    Show / Hide Table of Contents

    Class SunburstLegend

    Inheritance
    System.Object
    EJTagHelper
    SunburstLegend
    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 SunburstLegend : EJTagHelper

    Constructors

    SunburstLegend()

    Declaration
    public SunburstLegend()

    Properties

    Alignment

    Gets or sets the Legend alignment.

    Declaration
    [JsonProperty("alignment")]
    [JsonConverter(typeof(StringEnumConverter))]
    public SunburstAlignment Alignment { get; set; }
    Property Value
    Type Description
    SunburstAlignment
    Remarks

    Specifies the legend alignment;

    ClickAction

    Declaration
    [JsonConverter(typeof(StringEnumConverter))]
    [JsonProperty("clickAction")]
    public SunburstLegendClickAction ClickAction { get; set; }
    Property Value
    Type Description
    SunburstLegendClickAction

    ColumnCount

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

    Font

    Declaration
    [JsonProperty("font")]
    public SunburstFont Font { get; set; }
    Property Value
    Type Description
    SunburstFont

    ItemPadding

    Declaration
    [JsonProperty("itemPadding")]
    public double ItemPadding { get; set; }
    Property Value
    Type Description
    System.Double

    ItemStyle

    Declaration
    [JsonProperty("itemStyle")]
    public LegendItemStyle ItemStyle { get; set; }
    Property Value
    Type Description
    LegendItemStyle

    Location

    Declaration
    [JsonProperty("location")]
    public LegendLocation Location { get; set; }
    Property Value
    Type Description
    LegendLocation

    Position

    Gets or sets the Legend position.

    Declaration
    [JsonProperty("position")]
    [JsonConverter(typeof(StringEnumConverter))]
    public SunburstLegendPosition Position { get; set; }
    Property Value
    Type Description
    SunburstLegendPosition
    Remarks

    Specifies the legend position.

    RowCount

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

    Shape

    Gets or sets the Legend shape.

    Declaration
    [JsonConverter(typeof(StringEnumConverter))]
    [JsonProperty("shape")]
    public SunburstLegendShape Shape { get; set; }
    Property Value
    Type Description
    SunburstLegendShape
    Remarks

    Specifies the legend shape;

    Size

    Declaration
    [JsonProperty("size")]
    public SunburstSize Size { get; set; }
    Property Value
    Type Description
    SunburstSize

    Title

    Declaration
    [JsonProperty("title")]
    public SunburstTitle Title { get; set; }
    Property Value
    Type Description
    SunburstTitle

    Visible

    Declaration
    [JsonProperty("visible")]
    public bool Visible { get; set; }
    Property Value
    Type Description
    System.Boolean
    Back to top Generated by DocFX
    Copyright © 2001 - 2025 Syncfusion Inc. All Rights Reserved