Class TooltipSettingsModel
Interface for a class TooltipSettings
Inheritance
System.Object
TooltipSettingsModel
Implements
System.IEquatable<TooltipSettingsModel>
Namespace: Syncfusion.Blazor.HeatMap
Assembly: Syncfusion.Blazor.dll
Syntax
public class TooltipSettingsModel : Object, IEquatable<TooltipSettingsModel>
Constructors
TooltipSettingsModel()
Declaration
public TooltipSettingsModel()
Properties
Border
Specifies the cell border style.
Declaration
public TooltipBorderModel Border { get; set; }
Property Value
Type | Description |
---|---|
TooltipBorderModel |
Fill
Specifies the color collection for heat map cell.
Declaration
public string Fill { get; set; }
Property Value
Type | Description |
---|---|
System.String |
Template
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 FontModel TextStyle { get; set; }
Property Value
Type | Description |
---|---|
FontModel |
Methods
Equals(TooltipSettingsModel)
Declaration
public bool Equals(TooltipSettingsModel tooltipSettingsModel)
Parameters
Type | Name | Description |
---|---|---|
TooltipSettingsModel | tooltipSettingsModel |
Returns
Type | Description |
---|---|
System.Boolean |
Implements
System.IEquatable<>