Blazor

Upgrade Guide User Guide Demos Support Forums Download
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Class TreeMapLevel - Blazor API Reference | Syncfusion

    Show / Hide Table of Contents

    Class TreeMapLevel

    Sets and gets the options for customizing the levels of the treemap component.

    Inheritance
    System.Object
    Syncfusion.Blazor.SfBaseComponent
    TreeMapLevel
    Namespace: Syncfusion.Blazor.TreeMap
    Assembly: Syncfusion.Blazor.dll
    Syntax
    public class TreeMapLevel : SfBaseComponent

    Constructors

    TreeMapLevel()

    Declaration
    public TreeMapLevel()

    Properties

    AutoFill

    Enables or disables the automatic filling of the colors in the items in the treemap component.

    Declaration
    public bool AutoFill { get; set; }
    Property Value
    Type Description
    System.Boolean

    ChildContent

    Sets and gets the content of the UI element.

    Declaration
    public RenderFragment ChildContent { get; set; }
    Property Value
    Type Description
    Microsoft.AspNetCore.Components.RenderFragment

    Fill

    Sets and gets the fill color of the level in the treemap component.

    Declaration
    public string Fill { get; set; }
    Property Value
    Type Description
    System.String

    GroupGap

    Sets and gets the gap between the levels in the treemap component.

    Declaration
    public double GroupGap { get; set; }
    Property Value
    Type Description
    System.Double

    GroupPadding

    Sets and gets the padding of levels in the treemap component.

    Declaration
    public double GroupPadding { get; set; }
    Property Value
    Type Description
    System.Double

    GroupPath

    Sets and gets the value path from the data source in the treemap component to render the item.

    Declaration
    public string GroupPath { get; set; }
    Property Value
    Type Description
    System.String

    HeaderAlignment

    Sets and gets the alignment of the header of the treemap component.

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

    HeaderFormat

    Sets and gets the format of header of the levels in the treemap component.

    Declaration
    public string HeaderFormat { get; set; }
    Property Value
    Type Description
    System.String

    HeaderHeight

    Sets and gets the height of header in the treemap component.

    Declaration
    public double HeaderHeight { get; set; }
    Property Value
    Type Description
    System.Double

    HeaderTemplate

    Sets and gets the template for header in the treemap component.

    Declaration
    public RenderFragment<object> HeaderTemplate { get; set; }
    Property Value
    Type Description
    Microsoft.AspNetCore.Components.RenderFragment<System.Object>

    Opacity

    Sets and gets the opacity in the treemap component.

    Declaration
    public double Opacity { get; set; }
    Property Value
    Type Description
    System.Double

    ShowHeader

    Shows or hides the header in level of the treemap component.

    Declaration
    public bool ShowHeader { get; set; }
    Property Value
    Type Description
    System.Boolean

    TemplatePosition

    Sets and gets the options for customizing the template position of the treemap component.

    Declaration
    public LabelPosition TemplatePosition { get; set; }
    Property Value
    Type Description
    LabelPosition

    Methods

    BuildRenderTree(RenderTreeBuilder)

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

    OnInitializedAsync()

    Declaration
    protected override Task OnInitializedAsync()
    Returns
    Type Description
    System.Threading.Tasks.Task
    Overrides
    Syncfusion.Blazor.SfBaseComponent.OnInitializedAsync()

    OnParametersSetAsync()

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