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

ToolTipPositionWithLocation Class

The base class for positions that require defining a specific location.

Namespace: DevExpress.Xpf.Charts

Assembly: DevExpress.Xpf.Charts.v20.1.dll

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

Declaration

public abstract class ToolTipPositionWithLocation :
    ToolTipPosition

Remarks

The ToolTipPositionWithLocation class serves as a base for the ToolTipMousePosition and ToolTipRelativePosition classes that provide the tooltip position (ToolTipPositionWithLocation.Location and ToolTipPosition.Offset) relative to either a mouse pointer or a particular element on a chart.

To learn more on tooltips, see the Tooltips topic.

See Also