ASP.NET MVC - EJ2

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

    Show / Hide Table of Contents

    Class HeatMapCellSettings

    Inheritance
    System.Object
    TagHelper
    EJTagHelper
    HeatMapCellSettings
    Inherited Members
    EJTagHelper.GetList()
    EJTagHelper.GetSerializedProperties()
    EJTagHelper.GetScriptString()
    EJTagHelper.GetHtmlAttrString(IDictionary<String, Object>)
    EJTagHelper.TagName
    EJTagHelper.Id
    EJTagHelper.NameSpace
    EJTagHelper.ClassName
    EJTagHelper.IsFor
    EJTagHelper.IsChild
    EJTagHelper.IsCollection
    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.EJ2.HeatMap
    Assembly: Syncfusion.EJ2.dll
    Syntax
    public class HeatMapCellSettings : EJTagHelper

    Constructors

    HeatMapCellSettings()

    Declaration
    public HeatMapCellSettings()

    Properties

    Border

    Specifies the cell border style.

    Declaration
    [HtmlAttributeName("border")]
    public object Border { get; set; }
    Property Value
    Type Description
    System.Object

    BubbleSize

    Specifies the minimum and maximum radius value of the cell in percentage.

    Declaration
    [HtmlAttributeName("bubbleSize")]
    public HeatMapBubbleSize BubbleSize { get; set; }
    Property Value
    Type Description
    HeatMapBubbleSize

    BubbleType

    Defines Bubble Type. They are Size: Define the bubble type is size. Color: Define the bubble type is color. Sector: Define the bubble type is sector. SizeAndColor: Define the bubble type is sizeandcolor.

    Declaration
    [HtmlAttributeName("bubbleType")]
    public BubbleType BubbleType { get; set; }
    Property Value
    Type Description
    BubbleType

    ContentTemplate

    To get or set value for ContentTemplate.

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

    EnableCellHighlighting

    Enable or disable the cell highlighting on mouse hover

    Declaration
    [HtmlAttributeName("enableCellHighlighting")]
    public bool EnableCellHighlighting { get; set; }
    Property Value
    Type Description
    System.Boolean

    Format

    Specifies the formatting options for the data label.

    Declaration
    [HtmlAttributeName("format")]
    public string Format { get; set; }
    Property Value
    Type Description
    System.String

    IsComplex

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

    IsInversedBubbleSize

    Enable or disable the bubble to display in inverse

    Declaration
    [HtmlAttributeName("isInversedBubbleSize")]
    public bool IsInversedBubbleSize { get; set; }
    Property Value
    Type Description
    System.Boolean

    ParentPropertyName

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

    ShowLabel

    Toggles the visibility of data label over the heatmap cells.

    Declaration
    [HtmlAttributeName("showLabel")]
    public bool ShowLabel { get; set; }
    Property Value
    Type Description
    System.Boolean

    TextStyle

    Specifies the cell label style.

    Declaration
    [HtmlAttributeName("textStyle")]
    public object TextStyle { get; set; }
    Property Value
    Type Description
    System.Object

    TileType

    Defines cell Type. They are Rect: Render a HeatMap cells in rectangle shape. Bubble: Render a HeatMap cells in bubble shape.

    Declaration
    [HtmlAttributeName("tileType")]
    public CellType TileType { get; set; }
    Property Value
    Type Description
    CellType
    Back to top Generated by DocFX
    Copyright © 2001 - 2022 Syncfusion Inc. All Rights Reserved