menu

ASP.NET MVC

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

    Show / Hide Table of Contents

    Class HeatMapLegend

    Inheritance
    System.Object
    CommonDataBoundControl
    HeatMapLegend
    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.GetDependentFiles()
    CommonDataBoundControl.RenderContents(HtmlTextWriter)
    Namespace: Syncfusion.JavaScript.Web
    Assembly: Syncfusion.EJ.Web.dll
    Syntax
    public class HeatMapLegend : CommonDataBoundControl, INamingContainer, IPostBackEventHandler, IPostBackDataHandler, IUrlResolutionService

    Constructors

    HeatMapLegend()

    Declaration
    public HeatMapLegend()

    Properties

    ClientSideEvents

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

    ColorMappingCollection

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

    EnableRTL

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

    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

    LegendMode

    Declaration
    public HeatMapLegendMode LegendMode { get; set; }
    Property Value
    Type Description
    HeatMapLegendMode

    Model

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

    Orientation

    Declaration
    public HeatMapLegendOrientation Orientation { get; set; }
    Property Value
    Type Description
    HeatMapLegendOrientation

    ShowLabel

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

    Width

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

    Methods

    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