PieSplitCustomPointCollection Class |
Namespace: Aspose.Slides.Charts
The PieSplitCustomPointCollection type exposes the following members.
Name | Description | |
---|---|---|
![]() | Count |
Returns or sets the count of chart data points.
Read-only Int32.
|
![]() | IsReadOnly |
Gets a value indicating whether the ICollectionT is read-only.
Read-only Boolean.
|
![]() | IsSynchronized |
Returns a value indicating whether access to the collection is synchronized (thread-safe).
Read-only Boolean.
|
![]() | Item |
Returns chart data point for specified index.
|
![]() | SyncRoot |
Returns a synchronization root.
Read-only Object.
|
Name | Description | |
---|---|---|
![]() | Add(Int32) |
Adds data point by its index in parent series points collection.
|
![]() | Add(IChartDataPoint) |
Adds data point to collection.
|
![]() | Clear |
Removes all items from the ICollectionT.
|
![]() | Contains |
Determines whether the ICollectionT contains a specific value.
|
![]() | CopyTo | |
![]() | 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.) |
![]() | MemberwiseClone | (Inherited from Object.) |
![]() | Remove(Int32) |
Removes item from collection by it index in parent series points collection.
|
![]() | Remove(IChartDataPoint) |
Removes item from collection.
|
![]() | ToString | (Inherited from Object.) |