Class LinearTooltipBuilder
Class for linear gauge tool tip builder.
Inheritance
System.Object
LinearTooltipBuilder
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
Assembly: Syncfusion.EJ.dll
Syntax
public class LinearTooltipBuilder
Constructors
LinearTooltipBuilder(LinearGaugeProperties)
Initializes a new instance of the LinearTooltipBuilder class to indicate the property tool tip.
Declaration
public LinearTooltipBuilder(LinearGaugeProperties tooltip)
Parameters
Type | Name | Description |
---|---|---|
LinearGaugeProperties | tooltip | The properties tooltip. |
LinearTooltipBuilder(LinearTooltip)
Initializes a new instance of the LinearTooltipBuilder class to indicate the tool tip.
Declaration
public LinearTooltipBuilder(LinearTooltip tooltip)
Parameters
Type | Name | Description |
---|---|---|
LinearTooltip | tooltip | The tooltip. |
Methods
ShowCustomLabelTooltip()
Shows the custom label tooltip.
Declaration
public LinearTooltipBuilder ShowCustomLabelTooltip()
Returns
Type | Description |
---|---|
LinearTooltipBuilder |
ShowCustomLabelTooltip(Boolean)
Shows the custom label tooltip.
Declaration
public LinearTooltipBuilder ShowCustomLabelTooltip(bool showLabelTooltip)
Parameters
Type | Name | Description |
---|---|---|
System.Boolean | showLabelTooltip | if set to |
Returns
Type | Description |
---|---|
LinearTooltipBuilder |
ShowLabelTooltip()
Shows the label tooltip.
Declaration
public LinearTooltipBuilder ShowLabelTooltip()
Returns
Type | Description |
---|---|
LinearTooltipBuilder |
ShowLabelTooltip(Boolean)
Shows the label tooltip.
Declaration
public LinearTooltipBuilder ShowLabelTooltip(bool showCustomLabelTooltip)
Parameters
Type | Name | Description |
---|---|---|
System.Boolean | showCustomLabelTooltip | if set to |
Returns
Type | Description |
---|---|
LinearTooltipBuilder |
TemplateID(String)
Templates the identifier.
Declaration
public LinearTooltipBuilder TemplateID(string templateID)
Parameters
Type | Name | Description |
---|---|---|
System.String | templateID | The template identifier. |
Returns
Type | Description |
---|---|
LinearTooltipBuilder |