Class SunburstHighlightSettings
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 SunburstHighlightSettings : EJTagHelper
Constructors
SunburstHighlightSettings()
Declaration
public SunburstHighlightSettings()
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 highlight mode.
Declaration
[JsonProperty("mode")]
[JsonConverter(typeof(StringEnumConverter))]
public SunburstHighlightMode Mode { get; set; }
Property Value
Type | Description |
---|---|
SunburstHighlightMode |
Remarks
Specifies the highlight mode;
Opacity
Declaration
[JsonProperty("opacity")]
public double Opacity { get; set; }
Property Value
Type | Description |
---|---|
System.Double |
Type
Gets or sets the highlight type.
Declaration
[JsonProperty("type")]
[JsonConverter(typeof(StringEnumConverter))]
public SunburstHighlightType Type { get; set; }
Property Value
Type | Description |
---|---|
SunburstHighlightType |
Remarks
Specifies the highlight type;