menu

ASP.NET MVC

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

    Show / Hide Table of Contents

    Class HeatMapProperties

    Inheritance
    System.Object
    EJTagHelper
    HeatMapProperties
    Inherited Members
    EJTagHelper.GetControlDetails(String)
    System.Object.ToString()
    System.Object.Equals(System.Object)
    System.Object.Equals(System.Object, System.Object)
    System.Object.ReferenceEquals(System.Object, System.Object)
    System.Object.GetHashCode()
    System.Object.GetType()
    System.Object.MemberwiseClone()
    Namespace: Syncfusion.JavaScript.DataVisualization.Models
    Assembly: Syncfusion.EJ.dll
    Syntax
    public class HeatMapProperties : EJTagHelper

    Constructors

    HeatMapProperties()

    Declaration
    public HeatMapProperties()

    Properties

    CellMouseEnter

    Declaration
    [JsonProperty("cellMouseEnter")]
    public string CellMouseEnter { get; set; }
    Property Value
    Type Description
    System.String

    CellMouseLeave

    Declaration
    [JsonProperty("cellMouseLeave")]
    public string CellMouseLeave { get; set; }
    Property Value
    Type Description
    System.String

    CellMouseOver

    Declaration
    [JsonProperty("cellMouseOver")]
    public string CellMouseOver { get; set; }
    Property Value
    Type Description
    System.String

    CellSelected

    Declaration
    [JsonProperty("cellSelected")]
    public string CellSelected { get; set; }
    Property Value
    Type Description
    System.String

    ColorMappingCollection

    Declaration
    [JsonProperty("colorMappingCollection")]
    public List<HeatMapColorMapping> ColorMappingCollection { get; set; }
    Property Value
    Type Description
    System.Collections.Generic.List<HeatMapColorMapping>

    Create

    Declaration
    [JsonProperty("create")]
    public string Create { get; set; }
    Property Value
    Type Description
    System.String

    DefaultColumnStyle

    Declaration
    [JsonProperty("defaultColumnStyle")]
    public ColumnStyle DefaultColumnStyle { get; set; }
    Property Value
    Type Description
    ColumnStyle

    Destroy

    Declaration
    [JsonProperty("destroy")]
    public string Destroy { get; set; }
    Property Value
    Type Description
    System.String

    EnableRTL

    Declaration
    [JsonProperty("enableRTL")]
    public bool EnableRTL { get; set; }
    Property Value
    Type Description
    System.Boolean

    EnableTooltip

    Declaration
    [JsonProperty("enableTooltip")]
    public bool EnableTooltip { get; set; }
    Property Value
    Type Description
    System.Boolean

    EnableVirtualization

    Declaration
    [JsonProperty("enableVirtualization")]
    public bool EnableVirtualization { get; set; }
    Property Value
    Type Description
    System.Boolean

    HeatMapCell

    Declaration
    [JsonProperty("heatMapCell")]
    public HeatMapCellOptions HeatMapCell { get; set; }
    Property Value
    Type Description
    HeatMapCellOptions

    Height

    Declaration
    [JsonProperty("height")]
    public string Height { get; set; }
    Property Value
    Type Description
    System.String

    IsResponsive

    Declaration
    [JsonProperty("isResponsive")]
    public bool IsResponsive { get; set; }
    Property Value
    Type Description
    System.Boolean

    ItemsMapping

    Declaration
    [JsonProperty("itemsMapping")]
    public ItemsMapping ItemsMapping { get; set; }
    Property Value
    Type Description
    ItemsMapping

    ItemsSource

    Declaration
    [JsonProperty("itemsSource")]
    public Collection ItemsSource { get; set; }
    Property Value
    Type Description
    Collection

    LegendCollection

    Declaration
    [JsonProperty("legendCollection")]
    public List<string> LegendCollection { get; set; }
    Property Value
    Type Description
    System.Collections.Generic.List<System.String>

    TooltipSettings

    Declaration
    [JsonProperty("tooltipSettings")]
    public HeatMapTooltipSettings TooltipSettings { get; set; }
    Property Value
    Type Description
    HeatMapTooltipSettings

    Width

    Declaration
    [JsonProperty("width")]
    public string Width { get; set; }
    Property Value
    Type Description
    System.String

    Methods

    GetControlDetails()

    Declaration
    protected override object GetControlDetails()
    Returns
    Type Description
    System.Object
    Overrides
    EJTagHelper.GetControlDetails()
    Back to top Generated by DocFX
    Copyright © 2001 - 2025 Syncfusion Inc. All Rights Reserved