DataValueCollectionAdd Method

Adds a DataValue class at the end of the collection.

Definition

Namespace: BeeMobile.Charts
Assembly: BeeMobile.Charts.NET48 (in BeeMobile.Charts.NET48.dll) Version: 4.8.0.3
C#
public int Add(
	DataValue anItem
)

Parameters

anItem  DataValue
A DataValue object to add.

Return Value

Int32
An index of the newly added DataValue.

See Also