IChartCategory Interface |
Namespace: Aspose.Slides.Charts
The IChartCategory type exposes the following members.
Name | Description | |
---|---|---|
![]() | AsCell |
Returns or sets Aspose.Cells.Cell object.
If category is multi-level then used Aspose.Cells.Cell object for level "0".
Read/write IChartDataCell.
|
![]() | AsLiteral |
Returns or sets AsLiteral if UseCell is false.
Read/write Object.
|
![]() | GroupingLevels |
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.
|
![]() | UseCell |
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.
|
![]() | Value |
If UseCell is true then this property represents AsCell.Value property.
If UseCell is false then this property represents AsLiteral property.
Read/write Object.
|
Name | Description | |
---|---|---|
![]() | Remove |
Removes category from chart.
|