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

#Declaration

[XtraSerializableProperty(XtraSerializationVisibility.Content, true)]
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 the ToolTipOptions.ToolTipPosition property from the following objects:

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

See Also