menu

ASP.NET MVC - EJ2

  • Code Examples
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Class HeatMapTooltipSettings - ASP.NETMVC-EJ2 API Reference | Syncfusion

    Show / Hide Table of Contents

    Class HeatMapTooltipSettings

    Inheritance
    System.Object
    Syncfusion.EJ2.EJTagHelper
    HeatMapTooltipSettings
    Namespace: Syncfusion.EJ2.HeatMap
    Assembly: Syncfusion.EJ2.dll
    Syntax
    public class HeatMapTooltipSettings : EJTagHelper

    Constructors

    HeatMapTooltipSettings()

    Declaration
    public HeatMapTooltipSettings()

    Properties

    Border

    Sets and gets the options to customize the cell border style.

    Declaration
    public HeatMapTooltipBorder Border { get; set; }
    Property Value
    Type Description
    HeatMapTooltipBorder

    The default value is null

    ContentTemplate

    To get or set value for ContentTemplate.

    Declaration
    public MvcTemplate<object> ContentTemplate { get; set; }
    Property Value
    Type
    Syncfusion.EJ2.MvcTemplate<System.Object>

    Fill

    Specifies the color to be applied to the tooltip.

    Declaration
    public string Fill { get; set; }
    Property Value
    Type Description
    System.String

    The default value is ""

    Template

    Sets and gets the custom template to format the tooltip content.

    Declaration
    public string Template { get; set; }
    Property Value
    Type Description
    System.String

    The default value is ""

    TextStyle

    Sets and gets the options to customize the cell label style.

    Declaration
    public HeatMapFont TextStyle { get; set; }
    Property Value
    Type Description
    HeatMapFont

    The default value is null

    Back to top Generated by DocFX
    Copyright © 2001 - 2025 Syncfusion Inc. All Rights Reserved