ASP.NET Core - EJ2

Upgrade Guide User Guide Demos Support Forums Download
  • 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
    ControlBuilder
    HeatMapCellSettingsBuilder
    Inherited Members
    ControlBuilder.Output
    ControlBuilder.Context
    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)

    Specifies the cell border style.

    Declaration
    public HeatMapCellSettingsBuilder Border(object value)
    Parameters
    Type Name Description
    System.Object value
    Returns
    Type Description
    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 Description
    HeatMapCellSettingsBuilder

    BubbleSize(Action<HeatMapBubbleSizeBuilder>)

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

    BubbleType(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
    public HeatMapCellSettingsBuilder BubbleType(BubbleType value)
    Parameters
    Type Name Description
    BubbleType value
    Returns
    Type Description
    HeatMapCellSettingsBuilder

    EnableCellHighlighting(Object)

    Enable or disable the cell highlighting on mouse hover

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

    Format(String)

    Specifies the formatting options for the data label.

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

    IsInversedBubbleSize(Boolean)

    Enable or disable the bubble to display in inverse

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

    ShowLabel(Boolean)

    Toggles the visibility of data label over the heatmap cells.

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

    TextStyle(Object)

    Specifies the cell label style.

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

    TileType(CellType)

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

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