menu

ASP.NET MVC - EJ2

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

    Show / Hide Table of Contents

    Class TreeMapTooltipSettingsBuilder

    Inheritance
    System.Object
    Syncfusion.EJ2.ControlBuilder
    TreeMapTooltipSettingsBuilder
    Namespace: Syncfusion.EJ2.TreeMap
    Assembly: Syncfusion.EJ2.dll
    Syntax
    public class TreeMapTooltipSettingsBuilder : ControlBuilder

    Constructors

    TreeMapTooltipSettingsBuilder()

    Declaration
    public TreeMapTooltipSettingsBuilder()

    TreeMapTooltipSettingsBuilder(TreeMapTooltipSettings)

    Declaration
    public TreeMapTooltipSettingsBuilder(TreeMapTooltipSettings model)
    Parameters
    Type Name Description
    TreeMapTooltipSettings model

    Methods

    Border(TreeMapBorder)

    Sets and gets the options for customizing the color and width of the border of the tooltip.

    Declaration
    public TreeMapTooltipSettingsBuilder Border(TreeMapBorder value)
    Parameters
    Type Name Description
    TreeMapBorder value
    Returns
    Type
    TreeMapTooltipSettingsBuilder

    Border(Action<TreeMapBorderBuilder>)

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

    Fill(String)

    Sets and gets the background color of tooltip in the treemap.

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

    Format(String)

    Sets and gets the string to format the tooltip in the treemap.

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

    Opacity(Double)

    Sets and gets the opacity of tooltip in the treemap.

    Declaration
    public TreeMapTooltipSettingsBuilder Opacity(double value)
    Parameters
    Type Name Description
    System.Double value
    Returns
    Type
    TreeMapTooltipSettingsBuilder

    Template(String)

    Sets and gets the template for tooltip in the treemap.

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

    TextStyle(TreeMapFont)

    Sets and gets the options for customizing the text style of tooltip of the treemap.

    Declaration
    public TreeMapTooltipSettingsBuilder TextStyle(TreeMapFont value)
    Parameters
    Type Name Description
    TreeMapFont value
    Returns
    Type
    TreeMapTooltipSettingsBuilder

    TextStyle(Action<TreeMapFontBuilder>)

    Declaration
    public TreeMapTooltipSettingsBuilder TextStyle(Action<TreeMapFontBuilder> textStyle)
    Parameters
    Type Name Description
    System.Action<TreeMapFontBuilder> textStyle
    Returns
    Type
    TreeMapTooltipSettingsBuilder

    Visible(Boolean)

    Enables or disables the visibility of the tooltip in the treemap.

    Declaration
    public TreeMapTooltipSettingsBuilder Visible(bool value)
    Parameters
    Type Name Description
    System.Boolean value
    Returns
    Type
    TreeMapTooltipSettingsBuilder
    Back to top Generated by DocFX
    Copyright © 2001 - 2025 Syncfusion Inc. All Rights Reserved