menu

ASP.NET Core - EJ2

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

    Show / Hide Table of Contents

    Class HeatMapDataBuilder

    Inheritance
    System.Object
    Syncfusion.EJ2.ControlBuilder
    HeatMapDataBuilder
    Namespace: Syncfusion.EJ2.HeatMap
    Assembly: Syncfusion.EJ2.dll
    Syntax
    public class HeatMapDataBuilder : ControlBuilder

    Constructors

    HeatMapDataBuilder()

    Declaration
    public HeatMapDataBuilder()

    HeatMapDataBuilder(HeatMapData)

    Declaration
    public HeatMapDataBuilder(HeatMapData model)
    Parameters
    Type Name Description
    HeatMapData model

    Methods

    AdaptorType(AdaptorType)

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

    Declaration
    public HeatMapDataBuilder AdaptorType(AdaptorType value)
    Parameters
    Type Name Description
    AdaptorType value
    Returns
    Type
    HeatMapDataBuilder

    BubbleDataMapping(HeatMapBubbleData)

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

    Declaration
    public HeatMapDataBuilder BubbleDataMapping(HeatMapBubbleData value)
    Parameters
    Type Name Description
    HeatMapBubbleData value
    Returns
    Type
    HeatMapDataBuilder

    BubbleDataMapping(Action<HeatMapBubbleDataBuilder>)

    Declaration
    public HeatMapDataBuilder BubbleDataMapping(Action<HeatMapBubbleDataBuilder> bubbleDataMapping)
    Parameters
    Type Name Description
    System.Action<HeatMapBubbleDataBuilder> bubbleDataMapping
    Returns
    Type
    HeatMapDataBuilder

    IsJsonData(Boolean)

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

    Declaration
    public HeatMapDataBuilder IsJsonData(bool value)
    Parameters
    Type Name Description
    System.Boolean value
    Returns
    Type
    HeatMapDataBuilder

    ValueMapping(String)

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

    Declaration
    public HeatMapDataBuilder ValueMapping(string value)
    Parameters
    Type Name Description
    System.String value
    Returns
    Type
    HeatMapDataBuilder

    XDataMapping(String)

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

    Declaration
    public HeatMapDataBuilder XDataMapping(string value)
    Parameters
    Type Name Description
    System.String value
    Returns
    Type
    HeatMapDataBuilder

    YDataMapping(String)

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

    Declaration
    public HeatMapDataBuilder YDataMapping(string value)
    Parameters
    Type Name Description
    System.String value
    Returns
    Type
    HeatMapDataBuilder
    Back to top Generated by DocFX
    Copyright © 2001 - 2025 Syncfusion Inc. All Rights Reserved