ASP.NET Core - EJ2

Code Examples Upgrade Guide User Guide Demos Support Forums Download
  • Code Examples
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Class TreeMapHighlightSettingsBuilder

    Show / Hide Table of Contents

    Class TreeMapHighlightSettingsBuilder

    Inheritance
    System.Object
    ControlBuilder
    TreeMapHighlightSettingsBuilder
    Inherited Members
    ControlBuilder.Output
    ControlBuilder.Context
    System.Object.ToString()
    System.Object.Equals(System.Object)
    System.Object.Equals(System.Object, System.Object)
    System.Object.ReferenceEquals(System.Object, System.Object)
    System.Object.GetHashCode()
    System.Object.GetType()
    System.Object.MemberwiseClone()
    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 component.

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

    Border(Action<TreeMapBorderBuilder>)

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

    Enable(Boolean)

    Enables or disables the highlight functionality of the treemap component.

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

    Fill(String)

    Sets and gets the highlight color of the treemap component.

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

    Mode(HighLightMode)

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

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

    Opacity(String)

    Sets and gets the opacity of the treemap component.

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