SankeyToolTipItem.Position Property
Returns coordinates of the tooltip’s top left corner in pixels.
Namespace: DevExpress.Xpf.Charts.Sankey
Assembly: DevExpress.Xpf.Charts.v24.1.dll
NuGet Package: DevExpress.Wpf.Charts
Declaration
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