Class BulletTooltip
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 BulletTooltip : EJTagHelper
Constructors
BulletTooltip()
Declaration
public BulletTooltip()
Properties
CaptionTemplate
Gets or sets the CaptionTemplate in tooltip.
Declaration
[JsonProperty("captionTemplate")]
public string CaptionTemplate { get; set; }
Property Value
Type | Description |
---|---|
System.String |
Remarks
Specifies template for caption tooltip
EnableCaptionTooltip
Gets or sets the value of EnableCaptionTooltip property in tooltip.
Declaration
[JsonProperty("enableCaptionTooltip")]
public bool EnableCaptionTooltip { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean |
Remarks
Toggles the visibility of caption tooltip
Template
Gets or sets the Template for tooltip.
Declaration
[JsonProperty("template")]
public string Template { get; set; }
Property Value
Type | Description |
---|---|
System.String |
Remarks
Specifies the ID of a div, which is to be displayed as tooltip.
Visible
Gets or sets the value of Visible property in tooltip.
Declaration
[JsonProperty("visible")]
public bool Visible { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean |
Remarks
Toggles the visibility of tooltip