Skip to main content
A newer version of this page is available. .

ToolTipFreePosition.DockTarget Property

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

Namespace: DevExpress.XtraCharts

Assembly: DevExpress.XtraCharts.v18.2.dll

Declaration

[TypeConverter(typeof(ToolTipFreePositionDockTargetTypeConverter))]
[NonTestableProperty]
[XtraSerializableProperty(XtraSerializationVisibility.Hidden)]
public ChartElement DockTarget { get; set; }

Property Value

Type Description
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