Skip to main content
A newer version of this page is available. .
All docs
V20.2

SankeyToolTipItem.Position Property

Returns coordinates of the tooltip’s top left corner in pixels.

Namespace: DevExpress.Xpf.Charts.Sankey

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

NuGet Packages: DevExpress.WindowsDesktop.Wpf.Charts, DevExpress.Wpf.Charts

Declaration

public Point Position { get; }

Property Value

Type Description
Point

Coordinates of the tooltip’s top left corner in pixels.

Remarks

The Position property specifies the coordinates of the tooltip’s top left corner relative to the screen top left corner.

See Also