Skip to main content

ControlCoordinates.Point Property

Gets the point's coordinates.

Namespace: DevExpress.Xpf.Charts

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

#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