PieSplitCustomPointCollectionRemove Method (Int32) |
Removes item from collection by it index in parent series points collection.
Namespace:
Aspose.Slides.Charts
Assembly:
Aspose.Slides (in Aspose.Slides.dll) Version: 22.5.0.0 (22.5)
Syntaxpublic void Remove(
int dataPointIndex
)
Public Sub Remove (
dataPointIndex As Integer
)
public:
virtual void Remove(
int dataPointIndex
) sealed
abstract Remove :
dataPointIndex : int -> unit
override Remove :
dataPointIndex : int -> unit
Parameters
- dataPointIndex
- Type: SystemInt32
Index of data point in parent series points collection.
Implements
IPieSplitCustomPointCollectionRemove(Int32)
See Also