Remove()

ChartSeriesCollection::Remove(System::SharedPtr<IChartSeries>) method

Removes the specified value.

void Aspose::Slides::Charts::ChartSeriesCollection::Remove(System::SharedPtr<IChartSeries> value) override

Arguments

ParameterTypeDescription
valueSystem::SharedPtr<IChartSeries>The value.

See Also