Class SunburstDataLabelSettings
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 SunburstDataLabelSettings : EJTagHelper
Constructors
SunburstDataLabelSettings()
Declaration
public SunburstDataLabelSettings()
Properties
Fill
Declaration
[JsonProperty("fill")]
public string Fill { get; set; }
Property Value
Type | Description |
---|---|
System.String |
Font
Declaration
[JsonProperty("font")]
public SunburstFont Font { get; set; }
Property Value
Type | Description |
---|---|
SunburstFont |
LabelOverflowMode
Gets or sets datalabel overflow mode.
Declaration
[JsonProperty("labelOverflowMode")]
[JsonConverter(typeof(StringEnumConverter))]
public SunburstLabelOverflowMode LabelOverflowMode { get; set; }
Property Value
Type | Description |
---|---|
SunburstLabelOverflowMode |
Remarks
Places the datalabel in specified overflow mode.
LabelRotationMode
Gets or sets datalabel alignment.
Declaration
[JsonProperty("labelRotationMode")]
[JsonConverter(typeof(StringEnumConverter))]
public SunburstLabelRotationMode LabelRotationMode { get; set; }
Property Value
Type | Description |
---|---|
SunburstLabelRotationMode |
Remarks
Places the datalabel at specified rotation mode.
Template
Declaration
[JsonProperty("template")]
public string Template { get; set; }
Property Value
Type | Description |
---|---|
System.String |
Visible
Declaration
[JsonProperty("visible")]
public bool Visible { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean |