ASP.NET Core - EJ2

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

    Show / Hide Table of Contents

    Class HeatMapTooltipSettingsBuilder

    Inheritance
    System.Object
    ControlBuilder
    HeatMapTooltipSettingsBuilder
    Inherited Members
    ControlBuilder.Output
    ControlBuilder.Context
    Namespace: Syncfusion.EJ2.HeatMap
    Assembly: Syncfusion.EJ2.dll
    Syntax
    public class HeatMapTooltipSettingsBuilder : ControlBuilder

    Constructors

    HeatMapTooltipSettingsBuilder()

    Declaration
    public HeatMapTooltipSettingsBuilder()

    HeatMapTooltipSettingsBuilder(HeatMapTooltipSettings)

    Declaration
    public HeatMapTooltipSettingsBuilder(HeatMapTooltipSettings model)
    Parameters
    Type Name Description
    HeatMapTooltipSettings model

    Methods

    Border(HeatMapTooltipBorder)

    Specifies the cell border style.

    Declaration
    public HeatMapTooltipSettingsBuilder Border(HeatMapTooltipBorder value)
    Parameters
    Type Name Description
    HeatMapTooltipBorder value
    Returns
    Type Description
    HeatMapTooltipSettingsBuilder

    Border(Action<HeatMapTooltipBorderBuilder>)

    Declaration
    public HeatMapTooltipSettingsBuilder Border(Action<HeatMapTooltipBorderBuilder> border)
    Parameters
    Type Name Description
    System.Action<HeatMapTooltipBorderBuilder> border
    Returns
    Type Description
    HeatMapTooltipSettingsBuilder

    Fill(String)

    Specifies the color collection for heat map cell.

    Declaration
    public HeatMapTooltipSettingsBuilder Fill(string value)
    Parameters
    Type Name Description
    System.String value
    Returns
    Type Description
    HeatMapTooltipSettingsBuilder

    Template(String)

    Custom template to format the ToolTip content.

    Declaration
    public HeatMapTooltipSettingsBuilder Template(string value)
    Parameters
    Type Name Description
    System.String value
    Returns
    Type Description
    HeatMapTooltipSettingsBuilder

    TextStyle(HeatMapFont)

    Specifies the cell label style.

    Declaration
    public HeatMapTooltipSettingsBuilder TextStyle(HeatMapFont value)
    Parameters
    Type Name Description
    HeatMapFont value
    Returns
    Type Description
    HeatMapTooltipSettingsBuilder

    TextStyle(Action<HeatMapFontBuilder>)

    Declaration
    public HeatMapTooltipSettingsBuilder TextStyle(Action<HeatMapFontBuilder> textStyle)
    Parameters
    Type Name Description
    System.Action<HeatMapFontBuilder> textStyle
    Returns
    Type Description
    HeatMapTooltipSettingsBuilder
    Back to top Generated by DocFX
    Copyright © 2001 - 2021 Syncfusion Inc. All Rights Reserved