Skip to main content

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.v23.2.dll

NuGet Package: DevExpress.Wpf.Charts

Declaration

public ToolTipPosition ToolTipPosition { get; set; }

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
.ToolTipOptions .ToolTipPosition

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