DataValueCollectionItem Property
Gets or sets a
DataValue object at specified index.
Namespace: BeeMobile.ChartsAssembly: BeeMobile.Charts.NET48 (in BeeMobile.Charts.NET48.dll) Version: 4.8.0.3
public DataValue this[
int index
] { get; set; }
Public Default Property Item (
index As Integer
) As DataValue
Get
Set
- index Int32
- Index of the DataValue to get or set.
DataValueA
DataValue object at specified index.