Class CircularTooltip
Class for circular gauge tool tip.
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 CircularTooltip : EJTagHelper
Constructors
CircularTooltip()
Declaration
public CircularTooltip()
Properties
ShowCustomLabelTooltip
Gets or sets ShowCustomLabelTooltip.
Declaration
[JsonProperty("showCustomLabelTooltip")]
public bool ShowCustomLabelTooltip { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean | Enable showCustomLabelTooltip of circular gauge. |
ShowLabelTooltip
Gets or sets value for ShowLabelTooltip.
Declaration
[JsonProperty("showLabelTooltip")]
public bool ShowLabelTooltip { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean | Show/hide the label tooltip. |
TemplateID
Gets or sets the TemplateID.
Declaration
[JsonProperty("templateID")]
public string TemplateID { get; set; }
Property Value
Type | Description |
---|---|
System.String | Specify tooltip templateID of circular gauge. |