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.1.UI.dll
NuGet Package: DevExpress.Win.Charts
Declaration
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