RemoveAt()

ChartDataPointCollection::RemoveAt(int32_t) method

Removes the element at the given index.

void Aspose::Slides::Charts::ChartDataPointCollection::RemoveAt(int32_t index) override

Arguments

ParameterTypeDescription
indexint32_tIndex of a data point to remove.

See Also