menu

ASP.NET MVC

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

    Show / Hide Table of Contents

    Class SunburstSelectionSettingsBuilder

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

    Constructors

    SunburstSelectionSettingsBuilder(SunburstSelectionSettings)

    Declaration
    public SunburstSelectionSettingsBuilder(SunburstSelectionSettings selection)
    Parameters
    Type Name Description
    SunburstSelectionSettings selection

    Methods

    Color(String)

    Declaration
    public SunburstSelectionSettingsBuilder Color(string color)
    Parameters
    Type Name Description
    System.String color
    Returns
    Type Description
    SunburstSelectionSettingsBuilder

    Enable(Boolean)

    Declaration
    public SunburstSelectionSettingsBuilder Enable(bool enable)
    Parameters
    Type Name Description
    System.Boolean enable
    Returns
    Type Description
    SunburstSelectionSettingsBuilder

    Mode(SunburstSelectionMode)

    Declaration
    public SunburstSelectionSettingsBuilder Mode(SunburstSelectionMode mode)
    Parameters
    Type Name Description
    SunburstSelectionMode mode
    Returns
    Type Description
    SunburstSelectionSettingsBuilder

    Opacity(Double)

    Declaration
    public SunburstSelectionSettingsBuilder Opacity(double opacity)
    Parameters
    Type Name Description
    System.Double opacity
    Returns
    Type Description
    SunburstSelectionSettingsBuilder

    Type(SunburstSelectionType)

    Declaration
    public SunburstSelectionSettingsBuilder Type(SunburstSelectionType type)
    Parameters
    Type Name Description
    SunburstSelectionType type
    Returns
    Type Description
    SunburstSelectionSettingsBuilder
    Back to top Generated by DocFX
    Copyright © 2001 - 2025 Syncfusion Inc. All Rights Reserved