File Formats

  • Code Examples
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Class ChartCategory

    Show / Hide Table of Contents

    Class ChartCategory

    Represents category in the chart.

    Inheritance
    System.Object
    CommonObject
    ChartCategory
    Implements
    System.IDisposable
    IChartCategory
    IParentApplication
    Inherited Members
    CommonObject.m_bIsDisposed
    CommonObject.FindParent(Type)
    CommonObject.FindParent(Type, Boolean)
    CommonObject.FindParent(Object, Type)
    CommonObject.FindParent(Object, Type, Boolean)
    CommonObject.FindParents(Type[])
    CommonObject.FindParent(Type[])
    CommonObject.SetParent(Object)
    CommonObject.CheckDisposed()
    CommonObject.AddReference()
    CommonObject.ReleaseReference()
    CommonObject.Dispose()
    CommonObject.OnDispose()
    CommonObject.Application
    CommonObject.Parent
    CommonObject.AppImplementation
    CommonObject.ReferenceCount
    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.XlsIO.Implementation.Charts
    Assembly: Syncfusion.XlsIO.Base.dll
    Syntax
    public class ChartCategory : CommonObject, IDisposable, IChartCategory, IParentApplication

    Constructors

    ChartCategory(IApplication, Object)

    Initializes a new instance of ChartCategory class with the specified application and parent objects.

    Declaration
    public ChartCategory(IApplication application, object parent)
    Parameters
    Type Name Description
    IApplication application
    System.Object parent

    Fields

    Filter_customize

    Represents a Boolean value indicating if the category filter is customized.

    Declaration
    public bool Filter_customize
    Field Value
    Type Description
    System.Boolean

    Properties

    CategoryLabel

    Gets the category label for the chart. Read only.

    Declaration
    public IRange CategoryLabel { get; set; }
    Property Value
    Type Description
    IRange

    IsFiltered

    True if the user filters out a series. otherwise False.

    Declaration
    public bool IsFiltered { get; set; }
    Property Value
    Type Description
    System.Boolean

    Name

    Gets the category name. Read only.

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

    Values

    Gets the category values. Read only.

    Declaration
    public IRange Values { get; set; }
    Property Value
    Type Description
    IRange

    Implements

    System.IDisposable
    IChartCategory
    IParentApplication
    Back to top Generated by DocFX
    Copyright © 2001 - 2023 Syncfusion Inc. All Rights Reserved