Class HeatMapTooltipSettings
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.EJ2.HeatMap
Assembly: Syncfusion.EJ2.dll
Syntax
public class HeatMapTooltipSettings : EJTagHelper
Constructors
HeatMapTooltipSettings()
Declaration
public HeatMapTooltipSettings()
Properties
Border
Sets and gets the options to customize the cell border style.
Declaration
[HtmlAttributeName("border")]
public HeatMapTooltipBorder Border { get; set; }
Property Value
Type | Description |
---|---|
HeatMapTooltipBorder | The default value is null |
ContentTemplate
To get or set value for ContentTemplate.
Declaration
public MvcTemplate<object> ContentTemplate { get; set; }
Property Value
Type | Description |
---|---|
MvcTemplate<System.Object> |
Fill
Specifies the color to be applied to the tooltip.
Declaration
[HtmlAttributeName("fill")]
public string Fill { get; set; }
Property Value
Type | Description |
---|---|
System.String | The default value is "" |
Template
Sets and gets the custom template to format the tooltip content.
Declaration
[HtmlAttributeName("template")]
public string Template { get; set; }
Property Value
Type | Description |
---|---|
System.String | The default value is "" |
TextStyle
Sets and gets the options to customize the cell label style.
Declaration
[HtmlAttributeName("textStyle")]
public HeatMapFont TextStyle { get; set; }
Property Value
Type | Description |
---|---|
HeatMapFont | The default value is null |