public interface IPieSplitCustomPointCollection extends com.aspose.ms.System.Collections.Generic.IGenericCollection<IChartDataPoint>
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.
Modifier and Type | Method and Description |
---|---|
void |
add(int dataPointIndex)
Adds data point by its index in parent series points collection.
|
IChartDataPoint |
get_Item(int index)
Returns chart data point by index.
|
void |
remove(int dataPointIndex)
Removes item from collection by it index in parent series points collection.
|
addItem, clear, containsItem, copyToTArray, isReadOnly, removeItem, size
IChartDataPoint get_Item(int index)
Returns chart data point by index.
index
- Index of data-point.void add(int dataPointIndex)
Adds data point by its index in parent series points collection.
dataPointIndex
- Index of data point in parent series points collection.void remove(int dataPointIndex)
Removes item from collection by it index in parent series points collection.
dataPointIndex
- Index of data point in parent series points collection..