Class SunburstPoints
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 SunburstPoints : EJTagHelper
Constructors
SunburstPoints()
Declaration
public SunburstPoints()
Properties
Fill
Gets or sets for fill.
Declaration
[JsonProperty("fill")]
public string Fill { get; set; }
Property Value
Type | Description |
---|---|
System.String |
Remarks
Sunburst point fill.
Text
Gets or sets for text.
Declaration
[JsonProperty("text")]
public string Text { get; set; }
Property Value
Type | Description |
---|---|
System.String |
Remarks
Sunburst point text.
X
Gets or sets for x point.
Declaration
[JsonProperty("x")]
public string X { get; set; }
Property Value
Type | Description |
---|---|
System.String |
Remarks
Sunburst x point.
Y
Gets or sets for y point.
Declaration
[JsonProperty("y")]
public double? Y { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.Double> |
Remarks
Sunburst y point.