Class SunburstSelectionSettings
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.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;