menu

ASP.NET MVC - EJ2

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

    Show / Hide Table of Contents

    Class HeatMapMultiLevelLabel

    Inheritance
    System.Object
    Syncfusion.EJ2.EJTagHelper
    HeatMapMultiLevelLabel
    MultiLevelLabelsYAxis
    Namespace: Syncfusion.EJ2.HeatMap
    Assembly: Syncfusion.EJ2.dll
    Syntax
    public class HeatMapMultiLevelLabel : EJTagHelper

    Constructors

    HeatMapMultiLevelLabel()

    Declaration
    public HeatMapMultiLevelLabel()

    Properties

    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 Alignment Alignment { get; set; }
    Property Value
    Type Description
    Alignment

    The default value is Syncfusion.EJ2.HeatMap.Alignment.Center

    Border

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

    Declaration
    public object Border { get; set; }
    Property Value
    Type Description
    System.Object

    The default value is null

    Categories

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

    Declaration
    public object Categories { get; set; }
    Property Value
    Type Description
    System.Object

    The default value is null

    Overflow

    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 TextOverflow Overflow { get; set; }
    Property Value
    Type Description
    TextOverflow

    The default value is TextOverflow.Wrap

    TextStyle

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

    Declaration
    public object TextStyle { get; set; }
    Property Value
    Type Description
    System.Object

    The default value is null

    Back to top Generated by DocFX
    Copyright © 2001 - 2025 Syncfusion Inc. All Rights Reserved