Remove()

ChartCategoryCollection::Remove(System::SharedPtr<IChartCategory>) method

Removes the specified value.

void Aspose::Slides::Charts::ChartCategoryCollection::Remove(System::SharedPtr<IChartCategory> value) override

Arguments

ParameterTypeDescription
valueSystem::SharedPtr<IChartCategory>The value.

See Also