Blazor

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

    Show / Hide Table of Contents

    Class ChartMultiLevelLabel

    Options to customize the multilevel label of the axis.

    Inheritance
    System.Object
    Syncfusion.Blazor.SfBaseComponent
    SfDataBoundComponent
    ChartMultiLevelLabel
    Inherited Members
    SfDataBoundComponent.SetDataManager<T>(Object)
    SfDataBoundComponent.OnAfterRenderAsync(Boolean)
    SfDataBoundComponent.DataManager
    SfDataBoundComponent.MainParent
    Namespace: Syncfusion.Blazor.Charts
    Assembly: Syncfusion.Blazor.dll
    Syntax
    public class ChartMultiLevelLabel : SfDataBoundComponent

    Constructors

    ChartMultiLevelLabel()

    Declaration
    public ChartMultiLevelLabel()

    Properties

    Alignment

    Defines the position of the multi level labels. They are, Near: Places the multi level labels at Near. Center: Places the multi level labels at Center. Far: Places the multi level labels at Far.

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

    Border

    Border of the multi level labels.

    Declaration
    public ChartAxisMultiLevelLabelBorder Border { get; set; }
    Property Value
    Type Description
    ChartAxisMultiLevelLabelBorder

    Categories

    Multi level categories for multi level labels.

    Declaration
    public List<ChartCategory> Categories { get; set; }
    Property Value
    Type Description
    System.Collections.Generic.List<ChartCategory>

    ChildContent

    Gets and sets the content of the component.

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

    Overflow

    Defines the textOverFlow for multi level labels. They are, Trim: Trim textOverflow for multi level labels. Wrap: Wrap textOverflow for multi level labels. None: None textOverflow for multi level labels.

    Declaration
    public TextOverflow Overflow { get; set; }
    Property Value
    Type Description
    TextOverflow

    TextStyle

    Options to customize the multi level labels.

    Declaration
    public ChartAxisMultiLevelLabelTextStyle TextStyle { get; set; }
    Property Value
    Type Description
    ChartAxisMultiLevelLabelTextStyle

    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
    SfDataBoundComponent.OnInitializedAsync()

    OnParametersSetAsync()

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