Blazor

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

    Show / Hide Table of Contents

    Class ChartCategory

    Options to customize the category for the multilevel labels.

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

    Constructors

    ChartCategory()

    Declaration
    public ChartCategory()

    Properties

    ChildContent

    Gets and sets the content of the component.

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

    CustomAttributes

    multi level labels custom data.

    Declaration
    public object CustomAttributes { get; set; }
    Property Value
    Type Description
    System.Object

    End

    End value of the multi level labels.

    Declaration
    public object End { get; set; }
    Property Value
    Type Description
    System.Object

    MaximumTextWidth

    Maximum width of the text for multi level labels.

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

    Start

    Start value of the multi level labels.

    Declaration
    public object Start { get; set; }
    Property Value
    Type Description
    System.Object

    Text

    multi level labels text.

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

    Type

    Border type for labels. Rectangle Without Top Border Without Top and BottomBorder Without Border Brace CurlyBrace

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

    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