Skip to main content

DataPoint.QualitativeArgument Property

A qualitative argument of a data point.

Namespace: DevExpress.UI.Xaml.Charts

Assembly: DevExpress.UI.Xaml.Charts.v21.2.dll

NuGet Package: DevExpress.Uwp.Controls

Declaration

public string QualitativeArgument { get; }

Property Value

Type Description
String

A String object.

Remarks

For more information, refer to Providing Data.

See Also