PieSplitCustomPointCollection Class

Represents a collection of points for splitting point in a bar-of-pie or pie-of-pie chart with a custom split.
Inheritance Hierarchy
SystemObject
  Aspose.Slides.ChartsPieSplitCustomPointCollection

Namespace:  Aspose.Slides.Charts
Assembly:  Aspose.Slides (in Aspose.Slides.dll) Version: 20.3.0.0 (20.3)
Syntax
public class PieSplitCustomPointCollection : IPieSplitCustomPointCollection, 
	ICollection<IChartDataPoint>, IEnumerable<IChartDataPoint>, IEnumerable

The PieSplitCustomPointCollection type exposes the following members.

Properties
  NameDescription
Public propertyCount
Returns or sets the count of chart data points. Read-only Int32.
Public propertyIsReadOnly
Public propertyIsSynchronized
Returns a value indicating whether access to the collection is synchronized (thread-safe). Read-only Boolean.
Public propertyItem
Returns chart data point for specified index.
Public propertySyncRoot
Returns a synchronization root. Read-only Object.
Methods
  NameDescription
Public methodAdd(Int32)
Adds data point by its index in parent series points collection.
Public methodAdd(IChartDataPoint)
Adds data point to collection.
Public methodClear
Public methodContains
Public methodCopyTo
Public methodEquals (Inherited from Object.)
Protected methodFinalize (Inherited from Object.)
Public methodGetEnumerator
Returns an enumerator that iterates through the collection.
Public methodGetHashCode (Inherited from Object.)
Public methodGetType (Inherited from Object.)
Protected methodMemberwiseClone (Inherited from Object.)
Public methodRemove(Int32)
Removes item from collection by it index in parent series points collection.
Public methodRemove(IChartDataPoint)
Removes item from collection.
Public methodToString (Inherited from Object.)
See Also