ASP.NET Core - EJ2

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

    Show / Hide Table of Contents

    Class HeatMapMultiLevelLabel

    Inheritance
    System.Object
    EJTagHelper
    HeatMapMultiLevelLabel
    MultiLevelLabelsYAxis
    Inherited Members
    EJTagHelper.GetList()
    EJTagHelper.Process(TagHelperContext, TagHelperOutput)
    EJTagHelper.RegisterScript()
    EJTagHelper.GetSerializedProperties()
    EJTagHelper.GetScriptString()
    EJTagHelper.GetHtmlAttrString(IDictionary<String, Object>)
    EJTagHelper.TagName
    EJTagHelper.ViewContext
    EJTagHelper.For
    EJTagHelper.Id
    EJTagHelper.NameSpace
    EJTagHelper.ClassName
    EJTagHelper.IsFor
    EJTagHelper.IsComplex
    EJTagHelper.IsCollection
    EJTagHelper.ParentPropertyName
    Namespace: Syncfusion.EJ2.HeatMap
    Assembly: Syncfusion.EJ2.dll
    Syntax
    public class HeatMapMultiLevelLabel : EJTagHelper

    Constructors

    HeatMapMultiLevelLabel()

    Declaration
    public HeatMapMultiLevelLabel()

    Properties

    Alignment

    Defines the position of the multi level labels. They are, Near: Places the multi level labels at Near. Center: Places the multi level labels at Center. Far: Places the multi level labels at Far.

    Declaration
    public Alignment Alignment { get; set; }
    Property Value
    Type Description
    Alignment

    Border

    Border of the multi level labels.

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

    Categories

    multi level categories for multi level labels.

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

    IsChild

    Declaration
    protected override bool IsChild { get; }
    Property Value
    Type Description
    System.Boolean
    Overrides
    EJTagHelper.IsChild

    Overflow

    Defines the textOverFlow for multi level labels. They are, Trim: Trim textOverflow for multi level labels. Wrap: Wrap textOverflow for multi level labels. none: None textOverflow for multi level labels.

    Declaration
    public TextOverflow Overflow { get; set; }
    Property Value
    Type Description
    TextOverflow

    TextStyle

    Options to customize the multi level labels.

    Declaration
    public object TextStyle { get; set; }
    Property Value
    Type Description
    System.Object
    Back to top Generated by DocFX
    Copyright © 2001 - 2022 Syncfusion Inc. All Rights Reserved