IChartCategory Interface

Represents chart categories.

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

The IChartCategory 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 if UseCell is false. 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 methodRemove
Removes category from chart.
See Also