IPieSeriesData.GetValue(Int32) Method
Gets or sets the value for a data item at the specified index.
Namespace: DevExpress.XamarinForms.Charts
Assembly: DevExpress.XamarinForms.Charts.dll
NuGet Package: DevExpress.XamarinForms.Charts
Declaration
double GetValue(
int index
)
Parameters
Name | Type | Description |
---|---|---|
index | Int32 | The zero-based index. |
Returns
Type | Description |
---|---|
Double | The value for the data item. |
See Also