DataValueCollectionAdd Method
Adds a
DataValue class at the end of the collection.
Namespace: BeeMobile.ChartsAssembly: BeeMobile.Charts.NET48 (in BeeMobile.Charts.NET48.dll) Version: 4.8.0.3
public int Add(
DataValue anItem
)
Public Function Add (
anItem As DataValue
) As Integer
- anItem DataValue
- A DataValue object to add.
Int32An index of the newly added
DataValue.