Skip to main content
All docs
V25.1
  • 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.v25.1.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