Remove()

PieSplitCustomPointCollection::Remove(const System::SharedPtr<IChartDataPoint>&) method

Removes item from collection.

bool Aspose::Slides::Charts::PieSplitCustomPointCollection::Remove(const System::SharedPtr<IChartDataPoint> &dataPoint) override

Arguments

ParameterTypeDescription
dataPointconst System::SharedPtr<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}.

PieSplitCustomPointCollection::Remove(int32_t) method

Removes item from collection by it index in parent series points collection.

void Aspose::Slides::Charts::PieSplitCustomPointCollection::Remove(int32_t dataPointIndex) override

Arguments

ParameterTypeDescription
dataPointIndexint32_tIndex of data point in parent series points collection.

See Also