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.v20.1.dll

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

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