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.JavaScript.DataVisualization.Models
Assembly: Syncfusion.EJ.dll
Syntax
public class HeatMapTooltipSettings : EJTagHelper
Constructors
HeatMapTooltipSettings()
Declaration
public HeatMapTooltipSettings()
Properties
Animation
Declaration
[JsonProperty("animation")]
public HeatMapTooltipAnimation Animation { get; set; }
Property Value
Type | Description |
---|---|
HeatMapTooltipAnimation |
Associate
Gets or sets the position related to target element, window, mouse or (x,y) co-ordinates.
Declaration
[JsonProperty("associate")]
[JsonConverter(typeof(StringEnumConverter))]
public Associate Associate { get; set; }
Property Value
Type | Description |
---|---|
Associate |
IsBalloon
Declaration
[JsonProperty("isBalloon")]
public bool IsBalloon { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean |
Position
Declaration
[JsonProperty("position")]
public HeatMapTooltipPosition Position { get; set; }
Property Value
Type | Description |
---|---|
HeatMapTooltipPosition |
TemplateId
Declaration
[JsonProperty("templateId")]
public string TemplateId { get; set; }
Property Value
Type | Description |
---|---|
System.String |
Trigger
Gets or sets the event action to show case the Tooltip.
Declaration
[JsonProperty("trigger")]
[JsonConverter(typeof(StringEnumConverter))]
public Trigger Trigger { get; set; }
Property Value
Type | Description |
---|---|
Trigger |