ToolTipRelativePosition Class
In This Article
Specifies a tooltip position near the chart element, for which this tooltip is invoked.
Namespace: DevExpress.Xpf.Charts
Assembly: DevExpress.Xpf.Charts.v24.2.dll
NuGet Package: DevExpress.Wpf.Charts
#Declaration
public class ToolTipRelativePosition :
ToolTipPositionWithLocation
#Remarks
Use the ToolTipOptions.ToolTipPosition property to get access to the ToolTipRelativePosition object.
To learn more on tooltips, see the Tooltips topic.
#Inheritance
See Also