ToolTipOptions.ToolTipPosition Property
In This Article
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.2.dll
NuGet Package: DevExpress.Wpf.Charts
#Declaration
public ToolTipPosition ToolTipPosition { get; set; }
#Property Value
Type | Description |
---|---|
Tool |
A Tool |
#Property Paths
You can access this nested property as listed below:
Object Type | Path to Tool |
---|---|
Chart |
|
#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