Skip to main content

ToolTipRelativePosition Class

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

Namespace: DevExpress.Xpf.Charts

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

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