IPieSplitCustomPointCollection Interface

Represents a collection of points that shall be drawn in the second pie or bar on a bar-of-pie or pie-of-pie chart with a custom split.

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

The IPieSplitCustomPointCollection type exposes the following members.

Properties
  NameDescription
Public propertyAsIEnumerable
Returns IEnumerable interface.
Public propertyCount (Inherited from ICollectionIChartDataPoint.)
Public propertyIsReadOnly (Inherited from ICollectionIChartDataPoint.)
Public propertyItem
Returns chart data point by index.
Methods
  NameDescription
Public methodAdd(Int32)
Adds data point by its index in parent series points collection.
Public methodAdd(T) (Inherited from ICollectionIChartDataPoint.)
Public methodClear (Inherited from ICollectionIChartDataPoint.)
Public methodContains (Inherited from ICollectionIChartDataPoint.)
Public methodCopyTo (Inherited from ICollectionIChartDataPoint.)
Public methodGetEnumerator (Inherited from IEnumerableIChartDataPoint.)
Public methodRemove(Int32)
Removes item from collection by it index in parent series points collection.
Public methodRemove(T) (Inherited from ICollectionIChartDataPoint.)
See Also