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