Click or drag to resize

ChartSeriesFormatCollection Remove Method

Removes the specified value.

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

Parameters

value
Type: Spire.Presentation.Charts ChartSeriesDataFormat
The value.
Exceptions
Exception Condition
ArgumentException The value parameter was not found in the collection.
See Also