menu

ASP.NET Web Forms

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

    Show / Hide Table of Contents

    Class SunburstSelectionSettings

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

    Constructors

    SunburstSelectionSettings()

    Declaration
    public SunburstSelectionSettings()

    Properties

    Color

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

    Enable

    Declaration
    [JsonProperty("enable")]
    public bool Enable { get; set; }
    Property Value
    Type Description
    System.Boolean

    Mode

    Gets or sets the selection mode.

    Declaration
    [JsonProperty("mode")]
    [JsonConverter(typeof(StringEnumConverter))]
    public SunburstSelectionMode Mode { get; set; }
    Property Value
    Type Description
    SunburstSelectionMode
    Remarks

    Specifies the selection mode;

    Opacity

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

    Type

    Gets or sets the selection type.

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

    Specifies the selection type;

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