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
)
Public Sub Remove (
value As ChartDataLabel
)
public:
void Remove(
ChartDataLabel^ value
)
member Remove :
value : ChartDataLabel -> unit
Parameters
-
value
-
Type:
Spire.Presentation.Charts
ChartDataLabel
The DataLabel to remove from the collection.
See Also