ToolTipFreePosition.DockCorner Property
Specifies the corner of the tooltip’s parent element, to which the tooltip is anchored.
Namespace: DevExpress.Xpf.Charts
Assembly: DevExpress.Xpf.Charts.v24.2.dll
NuGet Package: DevExpress.Wpf.Charts
#Declaration
public DockCorner DockCorner { get; set; }
#Property Value
Type | Description |
---|---|
Dock |
A Dock |
Available values:
Name | Description |
---|---|
Top |
A crosshair label is positioned on the top right of a container object (specified via the Crosshair |
Top |
A crosshair label is positioned on the top left of a container object (specified via the Crosshair |
Bottom |
A crosshair label is positioned on the bottom right of a container object (specified via the Crosshair |
Bottom |
A crosshair label is positioned on the bottom left of a container object (specified via the Crosshair |
#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.