Skip to main content
A newer version of this page is available. .
All docs
V21.2

HeatmapControl.GetToolTipController() Method

Returns the tooltip controller that specifies the appearance, position, and content of the hints displayed for heatmap cells.

Namespace: DevExpress.XtraCharts.Heatmap

Assembly: DevExpress.XtraCharts.v21.2.UI.dll

NuGet Packages: DevExpress.Win.Charts, DevExpress.Win.Design

Declaration

public ToolTipController GetToolTipController()

Returns

Type Description
ToolTipController

Controls hint appearance and behavior.

Remarks

The HeatmapControl.ToolTipController property specifies the tooltip controller. If the ToolTipController property is not specified, the GetToolTipController method returns the default tooltip controller. Use the ToolTipController.DefaultController property to access the default tooltip controller.

See Also