ASPxClientDiagramCoordinates.qualitativeArgument Property
Gets the argument of the data point as a text string.
Declaration
qualitativeArgument: string
Property Value
Type | Description |
---|---|
string | A string object, representing a data point’s argument. |
Remarks
Use the ASPxClientXYDiagram2D.PointToDiagram method to convert the display coordinates of the point within the diagram to the ASPxClientDiagramCoordinates object. This object provides extensive information about the point in question. The qualitativeArgument property of this object is calculated as follows:
If the ASPxClientDiagramCoordinates.argumentScaleType is not the ScaleType.Qualitative, this method returns an empty string.
See Also