Class SunburstTooltip
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 SunburstTooltip : EJTagHelper
Constructors
SunburstTooltip()
Declaration
public SunburstTooltip()
Properties
Border
Declaration
[JsonProperty("border")]
public SunburstTooltipBorder Border { get; set; }
Property Value
Type | Description |
---|---|
SunburstTooltipBorder |
Fill
Gets or sets for tooltip fill color.
Declaration
[JsonProperty("fill")]
public string Fill { get; set; }
Property Value
Type | Description |
---|---|
System.String |
Remarks
Tooltip fill color.
Font
Declaration
[JsonProperty("font")]
public SunburstFont Font { get; set; }
Property Value
Type | Description |
---|---|
SunburstFont |
Template
Gets or sets for tooltip template color.
Declaration
[JsonProperty("template")]
public string Template { get; set; }
Property Value
Type | Description |
---|---|
System.String |
Remarks
Tooltip template color.
Visible
Gets or sets for tooltip visible.
Declaration
[JsonProperty("visible")]
public bool Visible { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean |
Remarks
Tooltip visible.