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

HierarchicalChartControlBase.ShowToolTips Property

Gets or sets the value that indicates whether or not tooltips are shown for tree map and sunburst items.

Namespace: DevExpress.XtraTreeMap

Assembly: DevExpress.XtraTreeMap.v18.2.dll

Declaration

[DefaultValue(true)]
public bool ShowToolTips { get; set; }

Property Value

Type Default Description
Boolean **true**

true, to show tooltips; otherwise, false.

See Also