Remove
PieSplitCustomPointCollection.Remove method (1 of 2)
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
PieSplitCustomPointCollection.Remove method (2 of 2)
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. |
See Also
- class PieSplitCustomPointCollection
- namespace Aspose.Slides.Charts
- assembly Aspose.Slides