DataValueCollectionItem Property

Gets or sets a DataValue object at specified index.

Definition

Namespace: BeeMobile.Charts
Assembly: BeeMobile.Charts.NET48 (in BeeMobile.Charts.NET48.dll) Version: 4.8.0.3
C#
public DataValue this[
	int index
] { get; set; }

Parameters

index  Int32
Index of the DataValue to get or set.

Return Value

DataValue
A DataValue object at specified index.

See Also