Skip to main content

IXYSeriesData.GetNumericArgument(Int32) Method

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

Namespace: DevExpress.Maui.Charts

Assembly: DevExpress.Maui.Charts.dll

NuGet Package: DevExpress.Maui.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