Skip to main content

ControlCoordinates.Point Property

Gets the point’s coordinates.

Namespace: DevExpress.XtraCharts

Assembly: DevExpress.XtraCharts.v23.2.dll

NuGet Package: DevExpress.Charts

Declaration

public Point Point { get; }

Property Value

Type Description
Point

A Point structure, representing the point’s integer X- and Y-coordinates.

Remarks

Use the Point property, to obtain the screen coordinates of a point.

See Also