Class HeatMapTooltipSettingsBuilder
Inheritance
System.Object
HeatMapTooltipSettingsBuilder
Assembly: Syncfusion.EJ2.dll
public class HeatMapTooltipSettingsBuilder : ControlBuilder
Constructors
Declaration
public HeatMapTooltipSettingsBuilder()
Declaration
public HeatMapTooltipSettingsBuilder(HeatMapTooltipSettings model)
Parameters
Methods
Specifies the cell border style.
Declaration
public HeatMapTooltipSettingsBuilder Border(HeatMapTooltipBorder value)
Parameters
Returns
Declaration
public HeatMapTooltipSettingsBuilder Border(Action<HeatMapTooltipBorderBuilder> border)
Parameters
Returns
Specifies the color collection for heat map cell.
Declaration
public HeatMapTooltipSettingsBuilder Fill(string value)
Parameters
Type |
Name |
Description |
System.String |
value |
|
Returns
Custom template to format the ToolTip content.
Declaration
public HeatMapTooltipSettingsBuilder Template(string value)
Parameters
Type |
Name |
Description |
System.String |
value |
|
Returns
TextStyle(HeatMapFont)
Specifies the cell label style.
Declaration
public HeatMapTooltipSettingsBuilder TextStyle(HeatMapFont value)
Parameters
Returns
TextStyle(Action<HeatMapFontBuilder>)
Declaration
public HeatMapTooltipSettingsBuilder TextStyle(Action<HeatMapFontBuilder> textStyle)
Parameters
Returns