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 |