Skip to main content
A newer version of this page is available. .

ToolTipRelativePosition Class

Specifies a tooltip position near the chart element, for which this tooltip is invoked.

Namespace: DevExpress.Xpf.Charts

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

Declaration

public class ToolTipRelativePosition :
    ToolTipPositionWithLocation

Remarks

Use the ToolTipOptions.ToolTipPosition property to get access to the ToolTipRelativePosition object.

To learn more on tooltips, see the Tooltips topic.

See Also