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