Skip to main content
All docs
V24.2

DevExpress v24.2 Update — Your Feedback Matters

Our What's New in v24.2 webpage includes product-specific surveys. Your response to our survey questions will help us measure product satisfaction for features released in this major update and help us refine our plans for our next major release.

Take the survey Not interested

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.v24.2.UI.dll

NuGet Package: DevExpress.Win.Charts

#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