Remove()

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

Removes the specified value.

virtual void Aspose::Slides::Charts::IChartDataPointCollection::Remove(System::SharedPtr<IChartDataPoint> value)=0

Arguments

ParameterTypeDescription
valueSystem::SharedPtr<IChartDataPoint>The value.

See Also