Class HeatMapTooltipSettingsBuilder
Inheritance
System.Object
Syncfusion.EJ2.ControlBuilder
HeatMapTooltipSettingsBuilder
Namespace: Syncfusion.EJ2.HeatMap
Assembly: Syncfusion.EJ2.dll
Syntax
public class HeatMapTooltipSettingsBuilder : ControlBuilder
Constructors
HeatMapTooltipSettingsBuilder()
Declaration
public HeatMapTooltipSettingsBuilder()
HeatMapTooltipSettingsBuilder(HeatMapTooltipSettings)
Declaration
public HeatMapTooltipSettingsBuilder(HeatMapTooltipSettings model)
Parameters
Type | Name | Description |
---|---|---|
HeatMapTooltipSettings | model |
Methods
Border(HeatMapTooltipBorder)
Sets and gets the options to customize the cell border style.
Declaration
public HeatMapTooltipSettingsBuilder Border(HeatMapTooltipBorder value)
Parameters
Type | Name | Description |
---|---|---|
HeatMapTooltipBorder | value |
Returns
Border(Action<HeatMapTooltipBorderBuilder>)
Declaration
public HeatMapTooltipSettingsBuilder Border(Action<HeatMapTooltipBorderBuilder> border)
Parameters
Type | Name | Description |
---|---|---|
System.Action<HeatMapTooltipBorderBuilder> | border |
Returns
Fill(String)
Specifies the color to be applied to the tooltip.
Declaration
public HeatMapTooltipSettingsBuilder Fill(string value)
Parameters
Type | Name | Description |
---|---|---|
System.String | value |
Returns
Template(String)
Sets and gets the custom template to format the tooltip content.
Declaration
public HeatMapTooltipSettingsBuilder Template(string value)
Parameters
Type | Name | Description |
---|---|---|
System.String | value |
Returns
TextStyle(HeatMapFont)
Sets and gets the options to customize the cell label style.
Declaration
public HeatMapTooltipSettingsBuilder TextStyle(HeatMapFont value)
Parameters
Type | Name | Description |
---|---|---|
HeatMapFont | value |
Returns
TextStyle(Action<HeatMapFontBuilder>)
Declaration
public HeatMapTooltipSettingsBuilder TextStyle(Action<HeatMapFontBuilder> textStyle)
Parameters
Type | Name | Description |
---|---|---|
System.Action<HeatMapFontBuilder> | textStyle |