menu

ASP.NET MVC - EJ2

  • Code Examples
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Class ChartCategory - ASP.NETMVC-EJ2 API Reference | Syncfusion

    Show / Hide Table of Contents

    Class ChartCategory

    Inheritance
    System.Object
    Syncfusion.EJ2.EJTagHelper
    ChartCategory
    MultiLevelLabelsPrimaryXAxisCategories
    MultiLevelLabelsPrimaryYAxisCategories
    Namespace: Syncfusion.EJ2.Charts
    Assembly: Syncfusion.EJ2.dll
    Syntax
    public class ChartCategory : EJTagHelper

    Constructors

    ChartCategory()

    Declaration
    public ChartCategory()

    Properties

    CustomAttributes

    Allows adding custom data for multi-level labels.

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

    The default value is null

    End

    Specifies the end value for the multi-level labels.

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

    The default value is null

    MaximumTextWidth

    Specifies the maximum width of the text for multi-level labels.

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

    The default value is Double.NaN

    Start

    Specifies the starting value for the multi-level labels.

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

    The default value is null

    Text

    Specifies the text to be displayed for the multi-level labels.

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

    The default value is ""

    Type

    Specifies the type of border for labels. Available border types: Rectangle Without Top Border Without Top and Bottom Border Without Border Brace Curly Brace

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

    The default value is BorderType.Rectangle

    Back to top Generated by DocFX
    Copyright © 2001 - 2025 Syncfusion Inc. All Rights Reserved