Skip to main content
A newer version of this page is available. .

IXYSeriesData.GetNumericArgument(Int32) Method

Returns the argument for a data item with the specified index when GetDateType returns Numeric or WeightedNumeric.

Namespace: DevExpress.XamarinForms.Charts

Assembly: DevExpress.XamarinForms.Charts.dll

NuGet Package: DevExpress.XamarinForms.Charts

Declaration

double GetNumericArgument(
    int index
)

Parameters

Name Type Description
index Int32

The zero-based index of the data item whose argument the series requests.

Returns

Type Description
Double

The argument value of the data item.

See Also