Click or drag to resize

ChartDataLabelCollection Remove Method

Removes the first occurrence of a specific object from the collection.

Namespace: Spire.Presentation.Collections
Assembly: Spire.Presentation (in Spire.Presentation.dll) Version: 10.4.2.0 (10.4.2.6046)
Syntax
public void Remove(
	ChartDataLabel value
)

Parameters

value
Type: Spire.Presentation.Charts ChartDataLabel
The DataLabel to remove from the collection.
See Also