Skip to main content
All docs
V25.1
  • SankeyToolTipItem.Position Property

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

    Namespace: DevExpress.Xpf.Charts.Sankey

    Assembly: DevExpress.Xpf.Charts.v25.1.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