Skip to main content

PointDataBase.QualitativeArgument Property

Returns the point’s qualitative argument.

Namespace: DevExpress.WinUI.Charts

Assembly: DevExpress.WinUI.Charts.v23.2.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