menu

ASP.NET Core - EJ2

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

    Show / Hide Table of Contents

    Class HeatMapCellSettingsBuilder

    Inheritance
    System.Object
    Syncfusion.EJ2.ControlBuilder
    HeatMapCellSettingsBuilder
    Namespace: Syncfusion.EJ2.HeatMap
    Assembly: Syncfusion.EJ2.dll
    Syntax
    public class HeatMapCellSettingsBuilder : ControlBuilder

    Constructors

    HeatMapCellSettingsBuilder()

    Declaration
    public HeatMapCellSettingsBuilder()

    HeatMapCellSettingsBuilder(HeatMapCellSettings)

    Declaration
    public HeatMapCellSettingsBuilder(HeatMapCellSettings model)
    Parameters
    Type Name Description
    HeatMapCellSettings model

    Methods

    Border(Object)

    Sets and gets the options to customize the cell border style.

    Declaration
    public HeatMapCellSettingsBuilder Border(object value)
    Parameters
    Type Name Description
    System.Object value
    Returns
    Type
    HeatMapCellSettingsBuilder

    BubbleSize(HeatMapBubbleSize)

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

    Declaration
    public HeatMapCellSettingsBuilder BubbleSize(HeatMapBubbleSize value)
    Parameters
    Type Name Description
    HeatMapBubbleSize value
    Returns
    Type
    HeatMapCellSettingsBuilder

    BubbleSize(Action<HeatMapBubbleSizeBuilder>)

    Declaration
    public HeatMapCellSettingsBuilder BubbleSize(Action<HeatMapBubbleSizeBuilder> bubbleSize)
    Parameters
    Type Name Description
    System.Action<HeatMapBubbleSizeBuilder> bubbleSize
    Returns
    Type
    HeatMapCellSettingsBuilder

    BubbleType(BubbleType)

    Specifies the type of the bubble heatmap. The available types are, Size: The bubble heatmap will be rendered in size variations based on the provided data. Color: The bubble heatmap will be rendered in color variations based on the provided data. Sector: The bubble heatmap will be rendered as sectors based on the provided data. SizeAndColor: The bubble heatmap will be rendered in size and color variations based on the provided data.

    Declaration
    public HeatMapCellSettingsBuilder BubbleType(BubbleType value)
    Parameters
    Type Name Description
    BubbleType value
    Returns
    Type
    HeatMapCellSettingsBuilder

    EnableCellHighlighting(Boolean)

    Enable or disable the cell highlighting on mouse hover.

    Declaration
    public HeatMapCellSettingsBuilder EnableCellHighlighting(bool value)
    Parameters
    Type Name Description
    System.Boolean value
    Returns
    Type
    HeatMapCellSettingsBuilder

    Format(String)

    Used to format the label in the heatmap cells.

    Declaration
    public HeatMapCellSettingsBuilder Format(string value)
    Parameters
    Type Name Description
    System.String value
    Returns
    Type
    HeatMapCellSettingsBuilder

    IsInversedBubbleSize(Boolean)

    Enable or disable the bubble to display in inverse when Size and SizeAndColor bubble types are set.

    Declaration
    public HeatMapCellSettingsBuilder IsInversedBubbleSize(bool value)
    Parameters
    Type Name Description
    System.Boolean value
    Returns
    Type
    HeatMapCellSettingsBuilder

    LabelTemplate(String)

    Gets or sets the template that will be used to render custom elements for cell values.

    Declaration
    public HeatMapCellSettingsBuilder LabelTemplate(string value)
    Parameters
    Type Name Description
    System.String value
    Returns
    Type
    HeatMapCellSettingsBuilder

    ShowLabel(Boolean)

    Enables or disables the visibility of data label over the heatmap cells.

    Declaration
    public HeatMapCellSettingsBuilder ShowLabel(bool value)
    Parameters
    Type Name Description
    System.Boolean value
    Returns
    Type
    HeatMapCellSettingsBuilder

    TextStyle(Object)

    Sets and gets the options to customize the cell label style.

    Declaration
    public HeatMapCellSettingsBuilder TextStyle(object value)
    Parameters
    Type Name Description
    System.Object value
    Returns
    Type
    HeatMapCellSettingsBuilder

    TileType(CellType)

    Sets and gets the type of the cells in heatmap. The available types are, Rect: Renders the heatmap cells in rectangle shape. Bubble: Renders the heatmap cells in bubble shape.

    Declaration
    public HeatMapCellSettingsBuilder TileType(CellType value)
    Parameters
    Type Name Description
    CellType value
    Returns
    Type
    HeatMapCellSettingsBuilder
    Back to top Generated by DocFX
    Copyright © 2001 - 2025 Syncfusion Inc. All Rights Reserved