Back to Devexpress

ToolTipFreePosition.DockTarget Property

corelibraries-devexpress-dot-xtracharts-dot-tooltipfreeposition.md

latest1.6 KB
Original Source

ToolTipFreePosition.DockTarget Property

Specifies the element (chart or pane), to which the tooltip’s shape is docked.

Namespace : DevExpress.XtraCharts

Assembly : DevExpress.XtraCharts.v25.2.dll

NuGet Package : DevExpress.Charts

Declaration

csharp
public ChartElement DockTarget { get; set; }
vb
Public Property DockTarget As ChartElement

Property Value

TypeDescription
ChartElement

A ChartElement object representing the dock target for the tooltip’s shape.

|

Remarks

Use the DockTarget and ToolTipFreePosition.DockCorner properties to position a tooltip within its parent element if the ToolTipOptions.ToolTipPosition property is set to ToolTipFreePosition.

See Also

ToolTipFreePosition Class

ToolTipFreePosition Members

DevExpress.XtraCharts Namespace