menu

ASP.NET MVC - EJ2

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

    Show / Hide Table of Contents

    Class HeatMapData

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

    Constructors

    HeatMapData()

    Declaration
    public HeatMapData()

    Properties

    AdaptorType

    Specifies the type of the adaptor to process the data set in the heatmap.

    Declaration
    public AdaptorType AdaptorType { get; set; }
    Property Value
    Type Description
    AdaptorType

    The default value is AdaptorType.None

    BubbleDataMapping

    Specifies the options to configure the data mapping for size and color bubble types.

    Declaration
    public HeatMapBubbleData BubbleDataMapping { get; set; }
    Property Value
    Type Description
    HeatMapBubbleData

    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>

    IsJsonData

    Specifies whether the provided data source is a JSON data or not.

    Declaration
    public bool IsJsonData { get; set; }
    Property Value
    Type Description
    System.Boolean

    The default value is false

    ValueMapping

    Specifies the field name in the JSON data that maps to the value in the heatmap cell.

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

    The default value is ""

    XDataMapping

    Specifies the field name in the JSON data that maps to the labels on the x-axis.

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

    The default value is ""

    YDataMapping

    Specifies the field name in the JSON data that maps to the labels on the y-axis.

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

    The default value is ""

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