Skip to main content

DevExpress v24.2 Update — Your Feedback Matters

Our What's New in v24.2 webpage includes product-specific surveys. Your response to our survey questions will help us measure product satisfaction for features released in this major update and help us refine our plans for our next major release.

Take the survey Not interested

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