IPieSeriesData.GetLabel(Int32) Method
Gets the label for a data item at the specified index.
Namespace: DevExpress.XamarinForms.Charts
Assembly: DevExpress.XamarinForms.Charts.dll
NuGet Package: DevExpress.XamarinForms.Charts
Declaration
string GetLabel(
int index
)
Parameters
Name | Type | Description |
---|---|---|
index | Int32 | The zero-based index of the data item. |
Returns
Type | Description |
---|---|
String | The label for the data item. |
See Also