menu

ASP.NET Web Forms

  • Code Examples
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Class HeatMapTooltipSettings

    Show / Hide Table of Contents

    Class HeatMapTooltipSettings

    Inheritance
    System.Object
    EJTagHelper
    HeatMapTooltipSettings
    Inherited Members
    EJTagHelper.GetControlDetails()
    EJTagHelper.GetControlDetails(String)
    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
    Back to top Generated by DocFX
    Copyright © 2001 - 2025 Syncfusion Inc. All Rights Reserved