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

ControlCoordinates Class

Represents an object that stores information about a geometrical point, its visibility state and the pane where it is drawn.

Namespace: DevExpress.XtraCharts

Assembly: DevExpress.XtraCharts.v18.1.dll

Declaration

[RuntimeObject]
public class ControlCoordinates

Remarks

An object of the ControlCoordinates type is returned by the XYDiagram2D.DiagramToPoint and RadarDiagram.DiagramToPoint methods.

For more information, see Handling Client-side Scripts.

The following code snippets (auto-collected from DevExpress Examples) contain references to the ControlCoordinates class.

Note

The algorithm used to collect these code examples remains a work in progress. Accordingly, the links and snippets below may produce inaccurate results. If you encounter an issue with code examples below, please use the feedback form on this page to report the issue.

Inheritance

Object
ControlCoordinates
See Also