IPieSplitCustomPointCollection Interface |
Namespace: Aspose.Slides.Charts
The IPieSplitCustomPointCollection type exposes the following members.
Name | Description | |
---|---|---|
![]() | AsIEnumerable |
Returns IEnumerable interface.
|
![]() | Count | (Inherited from ICollectionIChartDataPoint.) |
![]() | IsReadOnly | (Inherited from ICollectionIChartDataPoint.) |
![]() | Item |
Returns chart data point by index.
|
Name | Description | |
---|---|---|
![]() | Add(Int32) |
Adds data point by its index in parent series points collection.
|
![]() | Add(T) | (Inherited from ICollectionIChartDataPoint.) |
![]() | Clear | (Inherited from ICollectionIChartDataPoint.) |
![]() | Contains | (Inherited from ICollectionIChartDataPoint.) |
![]() | CopyTo | (Inherited from ICollectionIChartDataPoint.) |
![]() | GetEnumerator | (Inherited from IEnumerableIChartDataPoint.) |
![]() | Remove(Int32) |
Removes item from collection by it index in parent series points collection.
|
![]() | Remove(T) | (Inherited from ICollectionIChartDataPoint.) |