Skip to main content

IXYSeriesData.GetQualitativeArgument(Int32) Method

Returns the argument for a data item with the specified index when GetDateType returns Qualitative or WeightedQualitative.

Namespace: DevExpress.XamarinForms.Charts

Assembly: DevExpress.XamarinForms.Charts.dll

NuGet Package: DevExpress.XamarinForms.Charts

Declaration

string GetQualitativeArgument(
    int index
)

Parameters

Name Type Description
index Int32

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

Returns

Type Description
String

The argument value of the data item.

See Also