menu

ASP.NET MVC

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

    Show / Hide Table of Contents

    Class SunburstDataLabelBuilder

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

    Constructors

    SunburstDataLabelBuilder(SunburstDataLabelSettings)

    Declaration
    public SunburstDataLabelBuilder(SunburstDataLabelSettings datalabel)
    Parameters
    Type Name Description
    SunburstDataLabelSettings datalabel

    Methods

    Fill(String)

    Declaration
    public SunburstDataLabelBuilder Fill(string fill)
    Parameters
    Type Name Description
    System.String fill
    Returns
    Type Description
    SunburstDataLabelBuilder

    Font(Action<SunburstFontBuilder>)

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

    LabelOverflowMode(SunburstLabelOverflowMode)

    Declaration
    public SunburstDataLabelBuilder LabelOverflowMode(SunburstLabelOverflowMode mode)
    Parameters
    Type Name Description
    SunburstLabelOverflowMode mode
    Returns
    Type Description
    SunburstDataLabelBuilder

    LabelRotationMode(SunburstLabelRotationMode)

    Declaration
    public SunburstDataLabelBuilder LabelRotationMode(SunburstLabelRotationMode labelalignment)
    Parameters
    Type Name Description
    SunburstLabelRotationMode labelalignment
    Returns
    Type Description
    SunburstDataLabelBuilder

    Template(String)

    Declaration
    public SunburstDataLabelBuilder Template(string template)
    Parameters
    Type Name Description
    System.String template
    Returns
    Type Description
    SunburstDataLabelBuilder

    Visible(Boolean)

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