menu

ASP.NET Core - EJ2

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

    Show / Hide Table of Contents

    Class HeatMapMultiLevelLabelBuilder

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

    Constructors

    HeatMapMultiLevelLabelBuilder()

    Declaration
    public HeatMapMultiLevelLabelBuilder()

    HeatMapMultiLevelLabelBuilder(List<HeatMapMultiLevelLabel>)

    Declaration
    public HeatMapMultiLevelLabelBuilder(List<HeatMapMultiLevelLabel> collection)
    Parameters
    Type Name Description
    System.Collections.Generic.List<HeatMapMultiLevelLabel> collection

    Methods

    Add()

    Declaration
    public void Add()

    Alignment(Alignment)

    Specifies the position of the multi-level labels. The available positions are, Near: Places the multi-level labels at left end of the available space. Center: Places the multi-level labels at center of the available space. Far: Places the multi-level labels at right end of the available space.

    Declaration
    public HeatMapMultiLevelLabelBuilder Alignment(Alignment alignment)
    Parameters
    Type Name Description
    Alignment alignment
    Returns
    Type Description
    HeatMapMultiLevelLabelBuilder

    Border(Object)

    Sets and gets the options to customize the border of the multi-level labels.

    Declaration
    public HeatMapMultiLevelLabelBuilder Border(object border)
    Parameters
    Type Name Description
    System.Object border
    Returns
    Type Description
    HeatMapMultiLevelLabelBuilder

    Categories(Object)

    Sets and gets the options to configure the multi-level labels.

    Declaration
    public HeatMapMultiLevelLabelBuilder Categories(object categories)
    Parameters
    Type Name Description
    System.Object categories
    Returns
    Type Description
    HeatMapMultiLevelLabelBuilder

    Overflow(TextOverflow)

    Sets and gets the overflow style of the multi-level labels. The available types are, None: No action is taken when the text overflows. Wrap: Wraps the multi-level labels when the text overflows. Trim: Trims the multi-level labels when the text overflows.

    Declaration
    public HeatMapMultiLevelLabelBuilder Overflow(TextOverflow overflow)
    Parameters
    Type Name Description
    TextOverflow overflow
    Returns
    Type Description
    HeatMapMultiLevelLabelBuilder

    TextStyle(Object)

    Sets and gets the options to customize the text of the multi-level labels.

    Declaration
    public HeatMapMultiLevelLabelBuilder TextStyle(object textStyle)
    Parameters
    Type Name Description
    System.Object textStyle
    Returns
    Type Description
    HeatMapMultiLevelLabelBuilder
    Back to top Generated by DocFX
    Copyright © 2001 - 2023 Syncfusion Inc. All Rights Reserved