Class TooltipSettings
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 TooltipSettings : EJTagHelper
Constructors
TooltipSettings()
Declaration
public TooltipSettings()
Properties
BackgroundColor
Gets or sets the BackgroundColor of tooltip
Declaration
[JsonProperty("backgroundColor")]
public string BackgroundColor { get; set; }
Property Value
Type | Description |
---|---|
System.String |
Remarks
Specifies the background color of tooltip.
Font
Gets or sets the Font of tooltip
Declaration
[JsonProperty("font")]
public NavigatorFont Font { get; set; }
Property Value
Type | Description |
---|---|
NavigatorFont |
Remarks
Options for customizing the font in tooltip.
LabelFormat
Gets or sets the LabelFormat of tooltip
Declaration
[JsonProperty("labelFormat")]
public string LabelFormat { get; set; }
Property Value
Type | Description |
---|---|
System.String |
Remarks
Specifies the format of text to be displayed in tooltip.
TooltipDisplayMode
Gets or sets the TooltipDisplayMode of tooltip
Declaration
[JsonProperty("tooltipDisplayMode")]
public string TooltipDisplayMode { get; set; }
Property Value
Type | Description |
---|---|
System.String |
Remarks
Specifies the mode of displaying the tooltip. Either to display the tooltip always or on demand.
TooltipPosition
Gets or sets the TooltipPosition
Declaration
[JsonProperty("tooltipPosition")]
public string TooltipPosition { get; set; }
Property Value
Type | Description |
---|---|
System.String |
Remarks
Specifies the position of tooltip.
Visible
Gets or sets the value of Visible property of tooltip
Declaration
[JsonProperty("visible")]
public bool Visible { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean |
Remarks
Toggles the visibility of tooltip.
Methods
ShouldSerializeFont()
Declaration
public bool ShouldSerializeFont()
Returns
Type | Description |
---|---|
System.Boolean |