Skip to main content

ToolTipPositionWithLocation.Location Property

Gets or sets the tooltip coordinates relative to either a mouse pointer or a particular element on a diagram.

Namespace: DevExpress.Xpf.Charts

Assembly: DevExpress.Xpf.Charts.v14.2.dll

#Declaration

[XtraSerializableProperty]
public ToolTipLocation Location { get; set; }

#Property Value

Type Description
ToolTipLocation

A ToolTipLocation enumeration member that specifies the tooltip location relative to either a mouse pointer or a particular element on a diagram.

See Also