ChartCategoryCollection Class |
Namespace: Aspose.Slides.Charts
The ChartCategoryCollection type exposes the following members.
Name | Description | |
---|---|---|
![]() | Count |
Returns a number of elements int the collection.
Read-only Int32.
|
![]() | GroupingLevelCount |
Returns count of category grouping levels used.
Is more then one for multilevel categories.
Read-only Int32.
|
![]() | IsSynchronized |
Returns a value indicating whether access to the List is synchronized (thread safe).
Read-only Boolean.
|
![]() | Item |
Gets the element at the specified index.
|
![]() | SyncRoot |
Returns an object that can be used to synchronize access to the collection.
Read-only Object.
|
![]() | UseCells |
If true then worksheet is used for storing categories (this case supports a multi-level categories).
If false then worksheet is NOT used for storing values (and this case doesn't support a
multi-level categories).
Read/write Boolean.
|
Name | Description | |
---|---|---|
![]() | Add(Object) |
Creates new ChartCategory from value and adds it to the collection.
|
![]() | Add(IChartDataCell) |
If category exists in collection, return it. Else creates new chart category from
IChartDataCell and adds it to the collection.
|
![]() | Clear |
Removes all elements from the collection.
|
![]() | CopyTo |
Copies all elements of the collection to the specified array.
|
![]() | Equals | (Inherited from Object.) |
![]() | Finalize | (Inherited from Object.) |
![]() | GetEnumerator |
Returns an enumerator that iterates through the collection.
|
![]() | GetHashCode | (Inherited from Object.) |
![]() | GetType | (Inherited from Object.) |
![]() | IndexOf |
Searches for the specified ChartCategory and returns the zero-based index of the first occurrence within the entire Collection.
|
![]() | MemberwiseClone | (Inherited from Object.) |
![]() | Remove |
Removes the specified value.
|
![]() | RemoveAt |
Removes the element at the given index.
|
![]() | ToString | (Inherited from Object.) |