Class ChartCategory
Represents category in the chart.
Inherited Members
Namespace: Syncfusion.XlsIO.Implementation.Charts
Assembly: Syncfusion.XlsIO.UWP.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 |
---|
System.Boolean |
Properties
CategoryLabel
Gets the category label for the chart. Read only.
Declaration
public IRange CategoryLabel { get; set; }
Property Value
Type |
---|
IRange |
IsFiltered
True if the user filters out a series. otherwise False.
Declaration
public bool IsFiltered { get; set; }
Property Value
Type |
---|
System.Boolean |
Name
Gets the category name. Read only.
Declaration
public string Name { get; set; }
Property Value
Type |
---|
System.String |
Values
Gets the category values. Read only.
Declaration
public IRange Values { get; set; }
Property Value
Type |
---|
IRange |
Implements
System.IDisposable