DataValueCollectionInsert Method
Inserts a
DataValue at particular position.
The elements that follow the insertion point move down to accommodate the new element.
Namespace: BeeMobile.ChartsAssembly: BeeMobile.Charts.NET48 (in BeeMobile.Charts.NET48.dll) Version: 4.8.0.3
public virtual void Insert(
int index,
DataValue anItem
)
Public Overridable Sub Insert (
index As Integer,
anItem As DataValue
)
Parameters
- index Int32
- Index of the DataValue being inserted.
- anItem DataValue
- A DataValue object to add.