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

HierarchicalChartControlBase.ToolTipController Property

Specifies the tooltip controller component that controls the appearance, position and other settings of tooltips displayed for the TreeMap and Sunburst controls.

Namespace: DevExpress.XtraTreeMap

Assembly: DevExpress.XtraTreeMap.v18.2.dll

Declaration

[DefaultValue(null)]
public ToolTipController ToolTipController { get; set; }

Property Value

Type Default Description
ToolTipController *null*

A ToolTipController object.

See Also