menu

Blazor

  • Code Examples
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Class HeatMapMultiLevelLabel - Blazor API Reference | Syncfusion

    Show / Hide Table of Contents

    Class HeatMapMultiLevelLabel

    Specifies the heatmap multi-level labels.

    Inheritance
    System.Object
    HeatMapMultiLevelLabel
    Namespace: Syncfusion.Blazor.HeatMap
    Assembly: Syncfusion.Blazor.dll
    Syntax
    public class HeatMapMultiLevelLabel : OwningComponentBase

    Constructors

    HeatMapMultiLevelLabel()

    Declaration
    public HeatMapMultiLevelLabel()

    Properties

    Alignment

    Defines the position of the multi-level labels. They are,

    • Near:Places the multi-level labels Near.
    • Center:Places the multi-level labels at Center.
    • Far:Places the multi-level labels Far.
    Declaration
    public Alignment Alignment { get; set; }
    Property Value
    Type
    Alignment

    Overflow

    Defines the text overflow for multi-level labels. They are,

    • Trim:Trim text overflow for multi-level labels.
    • Wrap: Wrap text overflow for multi-level labels.
    • None:No text overflow for multi-level labels.
    Declaration
    public TextOverflow Overflow { get; set; }
    Property Value
    Type
    TextOverflow

    Methods

    BuildRenderTree(RenderTreeBuilder)

    Declaration
    protected override void BuildRenderTree(RenderTreeBuilder __builder)
    Parameters
    Type Name Description
    Microsoft.AspNetCore.Components.Rendering.RenderTreeBuilder __builder

    Dispose(Boolean)

    Declaration
    protected override void Dispose(bool disposing)
    Parameters
    Type Name Description
    System.Boolean disposing

    OnInitializedAsync()

    Declaration
    protected override Task OnInitializedAsync()
    Returns
    Type
    System.Threading.Tasks.Task

    OnParametersSetAsync()

    Declaration
    protected override Task OnParametersSetAsync()
    Returns
    Type
    System.Threading.Tasks.Task
    Back to top Generated by DocFX
    Copyright © 2001 - 2025 Syncfusion Inc. All Rights Reserved