ToolTipPositionWithOffset Class
The base class for positions that require defining an offset.
Namespace: DevExpress.XtraCharts
Assembly: DevExpress.XtraCharts.v24.1.dll
NuGet Package: DevExpress.Charts
Declaration
Remarks
The ToolTipPositionWithOffset class serves as a base for ToolTipFreePosition and ToolTipRelativePosition classes that provide a tooltip position (ToolTipPositionWithOffset.OffsetX and ToolTipPositionWithOffset.OffsetY) that is either free or relative to a mouse pointer on a chart.
To learn more on tooltips, see the Tooltips topic.
Inheritance
See Also