ToolTipPosition.Offset Property
In This Article
Specifies the tooltip offset on a diagram.
Namespace: DevExpress.Xpf.Charts
Assembly: DevExpress.Xpf.Charts.v14.2.dll
#Declaration
#Property Value
Type | Description |
---|---|
Point | A Point structure that is the tooltip offset. |
#Remarks
Use the Offset property to specify the tooltip label offset for either the ToolTipMousePosition, ToolTipRelativePosition or ToolTipFreePosition object.
The following images demonstrate how the Offset property works when using the ToolTipFreePosition object.
Offset = (50, 50) | Offset = (150,150) |
---|---|
![]() |
![]() |
See Also