A newer version of this page is available.
Switch to the current version.
ToolTipPositionWithOffset Class
The base class for positions that require defining an offset.
Namespace: DevExpress.XtraCharts
Assembly: DevExpress.XtraCharts.v18.2.dll
Declaration
public abstract class ToolTipPositionWithOffset :
ToolTipPosition
Public MustInherit Class ToolTipPositionWithOffset
Inherits ToolTipPosition
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
Feedback