Skip to main content
All docs
V23.2

SankeyToolTipItem.Position Property

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

Namespace: DevExpress.Xpf.Charts.Sankey

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

NuGet Package: 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