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
)
Public Sub Remove (
value As ChartSeriesDataFormat
)
public:
void Remove(
ChartSeriesDataFormat^ value
)
member Remove :
value : ChartSeriesDataFormat -> unit
Parameters
-
value
-
Type:
Spire.Presentation.Charts
ChartSeriesDataFormat
The value.
Exceptions
|
Exception
|
Condition
|
|
ArgumentException
|
The value parameter was not found in the collection.
|
See Also