menu

ASP.NET Core - EJ2

  • Code Examples
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Class HeatMapTooltipSettingsBuilder - API Reference

    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)

    Sets and gets the options to customize 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 to be applied to the tooltip.

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

    Template(String)

    Sets and gets the 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)

    Sets and gets the options to customize 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 - 2023 Syncfusion Inc. All Rights Reserved