ToolTipFreePosition.DockCorner Property
In This Article
Specifies the corner of the tooltip's parent element, to which the tooltip is anchored.
Namespace: DevExpress.Xpf.Charts
Assembly: DevExpress.Xpf.Charts.v14.2.dll
#Declaration
#Property Value
Type | Description |
---|---|
Dock |
A Dock |
#Remarks
Use the DockCorner and ToolTipFreePosition.DockTarget properties to position a tooltip within its parent element, if the ToolTipOptions.ToolTipPosition property is set to ToolTipFreePosition.
See Also