ToolTipPositionWithLocation Class
The base class for positions that require defining a specific location.
Namespace: DevExpress.Xpf.Charts
Assembly: DevExpress.Xpf.Charts.v24.1.dll
NuGet Package: DevExpress.Wpf.Charts
Declaration
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.
Inheritance
See Also