ToolTipOptions.ToolTipPosition Property
Represents how the tooltip position is defined, for example, relative to a mouse pointer or chart element.
Namespace: DevExpress.Xpf.Charts
Assembly: DevExpress.Xpf.Charts.v24.1.dll
NuGet Package: DevExpress.Wpf.Charts
Declaration
Property Value
Type | Description |
---|---|
ToolTipPosition | A ToolTipPosition class descendant that specifies the tooltip position type. |
Property Paths
You can access this nested property as listed below:
Object Type | Path to ToolTipPosition |
---|---|
ChartControl |
|
Remarks
Use the ToolTipPosition property to choose a tooltip type - ToolTipFreePosition, ToolTipMousePosition, ToolTipPositionWithLocation, ToolTipRelativePosition.
For more information on how to use a tooltip in your application, see the Tooltip topic.
See Also