Skip to main content

DiagramCoordinates.QualitativeArgument Property

Gets the qualitative argument of the diagram point.

Namespace: DevExpress.Xpf.Charts

Assembly: DevExpress.Xpf.Charts.v14.2.dll

#Declaration

public string QualitativeArgument { get; }

#Property Value

Type Description
String

A String, representing a diagram point's qualitative argument.

#Remarks

Use the XYDiagram2D.PointToDiagram method to convert the display coordinates of the point within the diagram to the DiagramCoordinates object. The QualitativeArgument property of this object is calculated as follows:

If the DiagramCoordinates.ArgumentScaleType is not the ScaleType.Qualitative, this method returns the Empty value.

#Examples

This example demonstrates how to use a PointToDiagram method to transform screen coordinates to diagram coordinates.

See Also