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

ToolTipPositionWithOffset Class

The base class for positions that require defining an offset.

Namespace: DevExpress.XtraCharts

Assembly: DevExpress.XtraCharts.v21.2.dll

NuGet Package: DevExpress.Charts

Declaration

public abstract class ToolTipPositionWithOffset :
    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.

See Also