ChartCategory Class

Represents chart categories.
Inheritance Hierarchy
SystemObject
  Aspose.Slides.ChartsChartCategory

Namespace:  Aspose.Slides.Charts
Assembly:  Aspose.Slides (in Aspose.Slides.dll) Version: 20.3.0.0 (20.3)
Syntax
public class ChartCategory : IChartCategory

The ChartCategory type exposes the following members.

Properties
  NameDescription
Public propertyAsCell
Returns or sets Aspose.Cells.Cell object. If category is multi-level then used Aspose.Cells.Cell object for level "0". Read/write IChartDataCell.
Public propertyAsLiteral
Returns or sets AsLiteral object. Read/write Object.
Public propertyGroupingLevels
Managed container of the values of the chart category grouping levels. Multi-level category contain more then one grouping level. Grouping levels indexing is zero-based. Read-only IChartCategoryLevelsManager.
Public propertyUseCell
If true then AsCell property is actual. In other words, worksheet is used for storing category (this case supports a multi-level category). If false then AsLiteral property is actual. In other words, worksheet is NOT used for storing category (and this case doesn't support a multi-level categories). Read-only Boolean.
Public propertyValue
If UseCell is true then this property represents AsCell.Value property. If UseCell is false then this property represents AsLiteral property. Read/write Object.
Methods
  NameDescription
Public methodEquals (Inherited from Object.)
Protected methodFinalize (Inherited from Object.)
Public methodGetHashCode (Inherited from Object.)
Public methodGetType (Inherited from Object.)
Protected methodMemberwiseClone (Inherited from Object.)
Public methodRemove
Removes category from chart.
Public methodToString (Inherited from Object.)
See Also