menu

ASP.NET Web Forms

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

    Show / Hide Table of Contents

    Class SunburstLegendBuilder

    Inheritance
    System.Object
    SunburstLegendBuilder
    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.DataVisualization
    Assembly: Syncfusion.EJ.dll
    Syntax
    public class SunburstLegendBuilder

    Constructors

    SunburstLegendBuilder(SunburstLegend)

    Declaration
    public SunburstLegendBuilder(SunburstLegend legend)
    Parameters
    Type Name Description
    SunburstLegend legend

    Methods

    Alignment(SunburstAlignment)

    Declaration
    public SunburstLegendBuilder Alignment(SunburstAlignment alignment)
    Parameters
    Type Name Description
    SunburstAlignment alignment
    Returns
    Type Description
    SunburstLegendBuilder

    ClickAction(SunburstLegendClickAction)

    Declaration
    public SunburstLegendBuilder ClickAction(SunburstLegendClickAction clickaction)
    Parameters
    Type Name Description
    SunburstLegendClickAction clickaction
    Returns
    Type Description
    SunburstLegendBuilder

    ColumnCount(Double)

    Declaration
    public SunburstLegendBuilder ColumnCount(double columnCount)
    Parameters
    Type Name Description
    System.Double columnCount
    Returns
    Type Description
    SunburstLegendBuilder

    Font(Action<SunburstFontBuilder>)

    Declaration
    public SunburstLegendBuilder Font(Action<SunburstFontBuilder> font)
    Parameters
    Type Name Description
    System.Action<SunburstFontBuilder> font
    Returns
    Type Description
    SunburstLegendBuilder

    ItemPadding(Double)

    Declaration
    public SunburstLegendBuilder ItemPadding(double itemPadding)
    Parameters
    Type Name Description
    System.Double itemPadding
    Returns
    Type Description
    SunburstLegendBuilder

    ItemStyle(Action<LegendItemStyleBuilder>)

    Declaration
    public SunburstLegendBuilder ItemStyle(Action<LegendItemStyleBuilder> itemStyle)
    Parameters
    Type Name Description
    System.Action<LegendItemStyleBuilder> itemStyle
    Returns
    Type Description
    SunburstLegendBuilder

    Location(Action<LegendLocationBuilder>)

    Declaration
    public SunburstLegendBuilder Location(Action<LegendLocationBuilder> location)
    Parameters
    Type Name Description
    System.Action<LegendLocationBuilder> location
    Returns
    Type Description
    SunburstLegendBuilder

    Position(SunburstLegendPosition)

    Declaration
    public SunburstLegendBuilder Position(SunburstLegendPosition legendposition)
    Parameters
    Type Name Description
    SunburstLegendPosition legendposition
    Returns
    Type Description
    SunburstLegendBuilder

    RowCount(Double)

    Declaration
    public SunburstLegendBuilder RowCount(double rowCount)
    Parameters
    Type Name Description
    System.Double rowCount
    Returns
    Type Description
    SunburstLegendBuilder

    Shape(SunburstLegendShape)

    Declaration
    public SunburstLegendBuilder Shape(SunburstLegendShape shape)
    Parameters
    Type Name Description
    SunburstLegendShape shape
    Returns
    Type Description
    SunburstLegendBuilder

    Size(Action<SunburstSizeBuilder>)

    Declaration
    public SunburstLegendBuilder Size(Action<SunburstSizeBuilder> size)
    Parameters
    Type Name Description
    System.Action<SunburstSizeBuilder> size
    Returns
    Type Description
    SunburstLegendBuilder

    Title(Action<SunburstTitleBuilder>)

    Declaration
    public SunburstLegendBuilder Title(Action<SunburstTitleBuilder> title)
    Parameters
    Type Name Description
    System.Action<SunburstTitleBuilder> title
    Returns
    Type Description
    SunburstLegendBuilder

    Visible(Boolean)

    Declaration
    public SunburstLegendBuilder Visible(bool visible)
    Parameters
    Type Name Description
    System.Boolean visible
    Returns
    Type Description
    SunburstLegendBuilder
    Back to top Generated by DocFX
    Copyright © 2001 - 2025 Syncfusion Inc. All Rights Reserved