menu

ASP.NET MVC

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

    Show / Hide Table of Contents

    Class HeatMap

    Inheritance
    System.Object
    CommonDataBoundControl
    HeatMap
    Implements
    System.Web.UI.INamingContainer
    System.Web.UI.IPostBackEventHandler
    System.Web.UI.IPostBackDataHandler
    System.Web.UI.IUrlResolutionService
    Inherited Members
    CommonDataBoundControl.PerformDataBinding(IEnumerable)
    CommonDataBoundControl.FetchData(IEnumerable)
    CommonDataBoundControl.RaisePostBackEvent(String)
    CommonDataBoundControl.PostBackEventHandler(String, Dictionary<String, Object>)
    CommonDataBoundControl.LoadViewState(Object)
    CommonDataBoundControl.OnLoad(EventArgs)
    CommonDataBoundControl.OnPreRender(EventArgs)
    CommonDataBoundControl.UpdateServerModel(Dictionary<String, Object>)
    CommonDataBoundControl.RenderContents(HtmlTextWriter)
    Namespace: Syncfusion.JavaScript.Web
    Assembly: Syncfusion.EJ.Web.dll
    Syntax
    public class HeatMap : CommonDataBoundControl, INamingContainer, IPostBackEventHandler, IPostBackDataHandler, IUrlResolutionService

    Constructors

    HeatMap()

    Declaration
    public HeatMap()

    Properties

    ClientSideEvents

    Declaration
    public ClientSideHeatMapEvents ClientSideEvents { get; set; }
    Property Value
    Type Description
    ClientSideHeatMapEvents

    ColorMappingCollection

    Declaration
    public List<HeatMapColorMapping> ColorMappingCollection { get; set; }
    Property Value
    Type Description
    System.Collections.Generic.List<HeatMapColorMapping>

    DefaultColumnStyle

    Declaration
    public ColumnStyle DefaultColumnStyle { get; set; }
    Property Value
    Type Description
    ColumnStyle

    EnableRTL

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

    EnableTooltip

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

    EnableVirtualization

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

    HeatMapCell

    Declaration
    public HeatMapCellOptions HeatMapCell { get; set; }
    Property Value
    Type Description
    HeatMapCellOptions

    Height

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

    IsResponsive

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

    ItemsMapping

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

    ItemsSource

    Declaration
    public Collection ItemsSource { get; set; }
    Property Value
    Type Description
    Collection

    LegendCollection

    Declaration
    public List<string> LegendCollection { get; set; }
    Property Value
    Type Description
    System.Collections.Generic.List<System.String>

    Model

    Declaration
    public HeatMapProperties Model { get; set; }
    Property Value
    Type Description
    HeatMapProperties

    TooltipSettings

    Declaration
    public HeatMapTooltipSettings TooltipSettings { get; set; }
    Property Value
    Type Description
    HeatMapTooltipSettings

    Width

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

    Methods

    DependentScripts()

    Declaration
    public List<string> DependentScripts()
    Returns
    Type Description
    System.Collections.Generic.List<System.String>

    GetDependentFiles()

    Declaration
    public override List<string> GetDependentFiles()
    Returns
    Type Description
    System.Collections.Generic.List<System.String>
    Overrides
    CommonDataBoundControl.GetDependentFiles()

    Render()

    Declaration
    public string Render()
    Returns
    Type Description
    System.String

    Render(HtmlTextWriter)

    Declaration
    protected override void Render(HtmlTextWriter writer)
    Parameters
    Type Name Description
    System.Web.UI.HtmlTextWriter writer
    Overrides
    CommonDataBoundControl.Render(HtmlTextWriter)

    Implements

    System.Web.UI.INamingContainer
    System.Web.UI.IPostBackEventHandler
    System.Web.UI.IPostBackDataHandler
    System.Web.UI.IUrlResolutionService
    Back to top Generated by DocFX
    Copyright © 2001 - 2025 Syncfusion Inc. All Rights Reserved