ASP.NET MVC - EJ2

Upgrade Guide User Guide Demos Support Forums Download
  • 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
    TagHelper
    EJTagHelper
    ChartCategory
    MultiLevelLabelsPrimaryXAxisCategories
    MultiLevelLabelsPrimaryYAxisCategories
    Inherited Members
    EJTagHelper.GetList()
    EJTagHelper.GetSerializedProperties()
    EJTagHelper.GetScriptString()
    EJTagHelper.GetHtmlAttrString(IDictionary<String, Object>)
    EJTagHelper.TagName
    EJTagHelper.Id
    EJTagHelper.NameSpace
    EJTagHelper.ClassName
    EJTagHelper.IsFor
    EJTagHelper.IsComplex
    EJTagHelper.IsCollection
    EJTagHelper.ParentPropertyName
    System.Object.ToString()
    System.Object.Equals(System.Object)
    System.Object.Equals(System.Object, System.Object)
    System.Object.ReferenceEquals(System.Object, System.Object)
    System.Object.GetHashCode()
    System.Object.GetType()
    System.Object.MemberwiseClone()
    Namespace: Syncfusion.EJ2.Charts
    Assembly: Syncfusion.EJ2.dll
    Syntax
    public class ChartCategory : EJTagHelper

    Constructors

    ChartCategory()

    Declaration
    public ChartCategory()

    Properties

    CustomAttributes

    multi level labels custom data.

    Declaration
    [HtmlAttributeName("customAttributes")]
    public object CustomAttributes { get; set; }
    Property Value
    Type Description
    System.Object

    End

    End value of the multi level labels

    Declaration
    [HtmlAttributeName("end")]
    public string End { get; set; }
    Property Value
    Type Description
    System.String

    IsChild

    Declaration
    protected override bool IsChild { get; }
    Property Value
    Type Description
    System.Boolean
    Overrides
    EJTagHelper.IsChild

    MaximumTextWidth

    Maximum width of the text for multi level labels.

    Declaration
    [HtmlAttributeName("maximumTextWidth")]
    public double MaximumTextWidth { get; set; }
    Property Value
    Type Description
    System.Double

    Start

    Start value of the multi level labels

    Declaration
    [HtmlAttributeName("start")]
    public string Start { get; set; }
    Property Value
    Type Description
    System.String

    Text

    multi level labels text.

    Declaration
    [HtmlAttributeName("text")]
    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
    [HtmlAttributeName("type")]
    public BorderType Type { get; set; }
    Property Value
    Type Description
    BorderType
    Back to top Generated by DocFX
    Copyright © 2001 - 2022 Syncfusion Inc. All Rights Reserved