Class HeatMapTooltipSettings
Inheritance
System.Object
HeatMapTooltipSettings
Assembly: Syncfusion.EJ2.dll
public class HeatMapTooltipSettings : EJTagHelper
Constructors
Declaration
public HeatMapTooltipSettings()
Properties
Specifies the cell border style.
Declaration
public HeatMapTooltipBorder Border { get; set; }
Property Value
ContentTemplate
To get or set value for ContentTemplate.
Declaration
public MvcTemplate<object> ContentTemplate { get; set; }
Property Value
Specifies the color collection for heat map cell.
Declaration
public string Fill { get; set; }
Property Value
Type |
Description |
System.String |
|
Declaration
protected override bool IsComplex { get; }
Property Value
Type |
Description |
System.Boolean |
|
Overrides
Declaration
protected override string ParentPropertyName { get; }
Property Value
Type |
Description |
System.String |
|
Overrides
Custom template to format the ToolTip content.
Declaration
public string Template { get; set; }
Property Value
Type |
Description |
System.String |
|
TextStyle
Specifies the cell label style.
Declaration
public HeatMapFont TextStyle { get; set; }
Property Value