Skip to main content
All docs
V25.1
  • SankeyDiagramControl.GetToolTipController() Method

    Returns the tooltip controller component that specifies the appearance, position, and content of hints in the Sankey diagram control.

    Namespace: DevExpress.XtraCharts.Sankey

    Assembly: DevExpress.XtraCharts.v25.1.UI.dll

    NuGet Package: DevExpress.Win.Charts

    Declaration

    public ToolTipController GetToolTipController()

    Returns

    Type Description
    ToolTipController

    Controls the diagram’s tooltips.

    Remarks

    Use the SankeyDiagramControl.ToolTipController property to specify a tooltip controller’s settings. If this property is not specified, the GetToolTipController method returns the default tooltip controller (for more information, refer to the following topic: ToolTipController.DefaultController.

    For more information on how to customize diagram tooltips, refer to the following section: Customize Tooltips topic.

    See Also