alexa
menu

Blazor

  • Code Examples
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Search Results for

    Show / Hide Table of Contents

    Enum LabelIntersectAction

    Specifies the label intersect action for axis

    • None:Shows all the labels with overlap.
    • Trim:Trim the label when it intersects.
    • Rotate45:Rotate the label to 45 degrees when it intersects.
    • MultipleRows:Shows all the labels in multiple rows when they intersect.
    Namespace: Syncfusion.Blazor.HeatMap
    Assembly: Syncfusion.Blazor.dll
    Syntax
    public enum LabelIntersectAction

    Fields

    Name Description
    MultipleRows

    Shows all the labels in multiple rows when they intersect.

    None

    Shows all the labels with overlap.

    Rotate45

    Rotate the label to 45 degrees when it intersects.

    Trim

    Trim the label when it intersects.

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