DataValueCollectionRemove Method
Removes a particular
DataValue object from the collection.
Namespace: BeeMobile.ChartsAssembly: BeeMobile.Charts.NET48 (in BeeMobile.Charts.NET48.dll) Version: 4.8.0.3
public virtual void Remove(
DataValue anItem
)
Public Overridable Sub Remove (
anItem As DataValue
)
Parameters
- anItem DataValue
- Reference to a DataValue object to remove.