ToolTipDockCorner Enum
Lists the values used to specify the corner to which a tooltip should be docked.
Namespace: DevExpress.XtraCharts
Assembly: DevExpress.XtraCharts.v24.2.dll
NuGet Package: DevExpress.Charts
#Declaration
[ResourceFinder(typeof(XtraChartsResFinder), "PropertyNamesRes")]
public enum ToolTipDockCorner
#Members
Name | Description |
---|---|
Top
|
A tooltip is positioned at the top right of a container object (specified via the Tool |
Top
|
A tooltip is positioned at the top left of a container object (specified via the Tool |
Bottom
|
A tooltip is positioned at the bottom right of a container object (specified via the Tool |
Bottom
|
A tooltip is positioned at the bottom left of a container object (specified via the Tool |
#Related API Members
The following properties accept/return ToolTipDockCorner values:
Library | Related API Members |
---|---|
Cross-Platform Class Library | Tool |
Win |
Tool |
#Remarks
The values listed by the ToolTipDockCorner enumeration are used to set the FreePosition.DockCorner property.