Remove
Contents
[
Hide
]Remove(IChartDataPoint)
Removes item from collection.
public bool Remove(IChartDataPoint dataPoint)
Parameter | Type | Description |
---|---|---|
dataPoint | IChartDataPoint | Data point remove to. |
Return Value
true if item is successfully removed; otherwise, false. This method also returns false if item was not found in the System.Collections.Generic.List{T}.
See Also
- interface IChartDataPoint
- class PieSplitCustomPointCollection
- namespace Aspose.Slides.Charts
- assembly Aspose.Slides
Remove(int)
Removes item from collection by it index in parent series points collection.
public void Remove(int dataPointIndex)
Parameter | Type | Description |
---|---|---|
dataPointIndex | Int32 | Index of data point in parent series points collection. |
Exceptions
exception | condition |
---|---|
ArgumentException | Point with the given index was not found. |
ArgumentOutOfRangeException | dataPointIndex is negative. |
See Also
- class PieSplitCustomPointCollection
- namespace Aspose.Slides.Charts
- assembly Aspose.Slides