ASP.NET Core - EJ2

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

    Show / Hide Table of Contents

    Class HeatMapData

    Inheritance
    System.Object
    EJTagHelper
    HeatMapData
    Inherited Members
    EJTagHelper.GetList()
    EJTagHelper.Process(TagHelperContext, TagHelperOutput)
    EJTagHelper.RegisterScript()
    EJTagHelper.GetSerializedProperties()
    EJTagHelper.GetScriptString()
    EJTagHelper.GetHtmlAttrString(IDictionary<String, Object>)
    EJTagHelper.TagName
    EJTagHelper.ViewContext
    EJTagHelper.For
    EJTagHelper.Id
    EJTagHelper.NameSpace
    EJTagHelper.ClassName
    EJTagHelper.IsFor
    EJTagHelper.IsChild
    EJTagHelper.IsCollection
    Namespace: Syncfusion.EJ2.HeatMap
    Assembly: Syncfusion.EJ2.dll
    Syntax
    public class HeatMapData : EJTagHelper

    Constructors

    HeatMapData()

    Declaration
    public HeatMapData()

    Properties

    AdaptorType

    specifies Adaptor type

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

    BubbleDataMapping

    Specifies data mapping for size and color bubble type.

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

    ContentTemplate

    To get or set value for ContentTemplate.

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

    IsComplex

    Declaration
    protected override bool IsComplex { get; }
    Property Value
    Type Description
    System.Boolean
    Overrides
    EJTagHelper.IsComplex

    IsJsonData

    Specifies the provided datasource is an JSON data.

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

    ParentPropertyName

    Declaration
    protected override string ParentPropertyName { get; }
    Property Value
    Type Description
    System.String
    Overrides
    EJTagHelper.ParentPropertyName

    ValueMapping

    Specifies value mapping.

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

    XDataMapping

    Specifies xAxis mapping.

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

    YDataMapping

    Specifies yAxis mapping.

    Declaration
    public string YDataMapping { get; set; }
    Property Value
    Type Description
    System.String
    Back to top Generated by DocFX
    Copyright © 2001 - 2021 Syncfusion Inc. All Rights Reserved