IXYSeriesData.GetKey(Int32) Method
Returns the data item at the specified index.
Namespace: DevExpress.XamarinForms.Charts
Assembly: DevExpress.XamarinForms.Charts.dll
NuGet Package: DevExpress.XamarinForms.Charts
Declaration
object GetKey(
int index
)
Parameters
Name | Type | Description |
---|---|---|
index | Int32 | The zero-based index. |
Returns
Type | Description |
---|---|
Object | The data item at the specified index. |
See Also