Remove()

ChartDataPointCollection::Remove(System::SharedPtr<IChartDataPoint>) method

Removes the specified value.

void Aspose::Slides::Charts::ChartDataPointCollection::Remove(System::SharedPtr<IChartDataPoint> value) override

Arguments

ParameterTypeDescription
valueSystem::SharedPtr<IChartDataPoint>The value.

See Also