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.Maui.Charts

Assembly: DevExpress.Maui.Charts.dll

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