DataValueCollectionInsert Method

Inserts a DataValue at particular position. The elements that follow the insertion point move down to accommodate the new element.

Definition

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

Parameters

index  Int32
Index of the DataValue being inserted.
anItem  DataValue
A DataValue object to add.

See Also