menu

Blazor

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

    Show / Hide Table of Contents

    Class LayoutMode

    Specifies the layout rendering mode of the treemap.

    Inheritance
    System.Object
    LayoutMode
    Namespace: Syncfusion.Blazor.TreeMap
    Assembly: Syncfusion.Blazor.dll
    Syntax
    public sealed class LayoutMode : Enum

    Fields

    SliceAndDiceAuto

    This visualizes the treemap as the rectangles having size proportionate to weight value.

    Declaration
    public const LayoutMode SliceAndDiceAuto
    Field Value
    Type
    LayoutMode

    SliceAndDiceHorizontal

    This visualizes the treemap as the horizontal rectangles having size proportionate to weight value.

    Declaration
    public const LayoutMode SliceAndDiceHorizontal
    Field Value
    Type
    LayoutMode

    SliceAndDiceVertical

    This visualizes the treemap as the vertical rectangles having size proportionate to weight value.

    Declaration
    public const LayoutMode SliceAndDiceVertical
    Field Value
    Type
    LayoutMode

    Squarified

    This visualizes the treemap as the nested rectangles having size proportionate to weight value.

    Declaration
    public const LayoutMode Squarified
    Field Value
    Type
    LayoutMode
    Back to top Generated by DocFX
    Copyright © 2001 - 2025 Syncfusion Inc. All Rights Reserved