menu

ASP.NET MVC

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

    Show / Hide Table of Contents

    Class HeatMapTooltipPosition

    Inheritance
    System.Object
    EJTagHelper
    HeatMapTooltipPosition
    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 HeatMapTooltipPosition : EJTagHelper

    Constructors

    HeatMapTooltipPosition()

    Declaration
    public HeatMapTooltipPosition()

    Fields

    m_stem

    Declaration
    public HeatMapTooltipStem m_stem
    Field Value
    Type Description
    HeatMapTooltipStem

    m_target

    Declaration
    public HeatMapTooltipTarget m_target
    Field Value
    Type Description
    HeatMapTooltipTarget

    Properties

    Stem

    Gets and Sets Position-stem property

    Declaration
    [JsonProperty("stem")]
    public HeatMapTooltipStem Stem { get; set; }
    Property Value
    Type Description
    HeatMapTooltipStem

    Target

    Gets and Sets Position-target property

    Declaration
    [JsonProperty("target")]
    public HeatMapTooltipTarget Target { get; set; }
    Property Value
    Type Description
    HeatMapTooltipTarget
    Back to top Generated by DocFX
    Copyright © 2001 - 2025 Syncfusion Inc. All Rights Reserved