DataValueCollectionRemove Method

Removes a particular DataValue object from the collection.

Definition

Namespace: BeeMobile.Charts
Assembly: BeeMobile.Charts.NET48 (in BeeMobile.Charts.NET48.dll) Version: 4.8.0.3
C#
public virtual void Remove(
	DataValue anItem
)

Parameters

anItem  DataValue
Reference to a DataValue object to remove.

See Also