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

PointDataBase.QualitativeArgument Property

Returns the point’s qualitative argument.

Namespace: DevExpress.WinUI.Charts

Assembly: DevExpress.WinUI.Charts.v22.1.dll

NuGet Package: DevExpress.WinUI

Declaration

public string QualitativeArgument { get; }

Property Value

Type Description
String

The point’s qualitative argument.

Remarks

The QualitativeArgument property returns an object stored in the PointDataBase.Argument property and converts it to a string. The QualitativeArgument property is in effect only when the PointDataBase.ArgumentScaleType property value is ScaleType.Qualitative.

See Also