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

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