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
    ChartSubComponent
    ChartCategory
    Inherited Members
    ChartSubComponent.PopSubcomponent()
    ChartSubComponent.PushSubcomponent()
    ChartSubComponent.Dispose(Boolean)
    ChartSubComponent.BuildRenderTree(RenderTreeBuilder)
    ChartSubComponent.ChildContent
    Namespace: Syncfusion.Blazor.Charts
    Assembly: Syncfusion.Blazor.dll
    Syntax
    public class ChartCategory : ChartSubComponent, ISubcomponentTracker

    Constructors

    ChartCategory()

    Declaration
    public ChartCategory()

    Properties

    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

    OnInitialized()

    Declaration
    protected override void OnInitialized()

    OnParametersSet()

    Declaration
    protected override void OnParametersSet()
    Overrides
    ChartSubComponent.OnParametersSet()
    Back to top Generated by DocFX
    Copyright © 2001 - 2022 Syncfusion Inc. All Rights Reserved