menu

ASP.NET MVC - EJ2

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

    Show / Hide Table of Contents

    Class TreeMapHighlightSettingsBuilder

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

    Constructors

    TreeMapHighlightSettingsBuilder()

    Declaration
    public TreeMapHighlightSettingsBuilder()

    TreeMapHighlightSettingsBuilder(TreeMapHighlightSettings)

    Declaration
    public TreeMapHighlightSettingsBuilder(TreeMapHighlightSettings model)
    Parameters
    Type Name Description
    TreeMapHighlightSettings model

    Methods

    Border(TreeMapBorder)

    Sets and gets the options for customizing the color and width of the border of the highlighted item in the treemap.

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

    Border(Action<TreeMapBorderBuilder>)

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

    Enable(Boolean)

    Enables or disables the highlight functionality of the treemap.

    Declaration
    public TreeMapHighlightSettingsBuilder Enable(bool value)
    Parameters
    Type Name Description
    System.Boolean value
    Returns
    Type
    TreeMapHighlightSettingsBuilder

    Fill(String)

    Sets and gets the highlight color of the treemap.

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

    Mode(HighLightMode)

    Sets and gets the element in which highlight must be done in the treemap.

    Declaration
    public TreeMapHighlightSettingsBuilder Mode(HighLightMode value)
    Parameters
    Type Name Description
    HighLightMode value
    Returns
    Type
    TreeMapHighlightSettingsBuilder

    Opacity(String)

    Sets and gets the opacity of the treemap.

    Declaration
    public TreeMapHighlightSettingsBuilder Opacity(string value)
    Parameters
    Type Name Description
    System.String value
    Returns
    Type
    TreeMapHighlightSettingsBuilder
    Back to top Generated by DocFX
    Copyright © 2001 - 2025 Syncfusion Inc. All Rights Reserved