PointDataBase.QualitativeArgument Property
In This Article
Returns the point’s qualitative argument.
Namespace: DevExpress.WinUI.Charts
Assembly: DevExpress.WinUI.Charts.v23.2.dll
NuGet Package: DevExpress.WinUI
#Declaration
#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