Skip to main content
A newer version of this page is available. .
All docs
V20.2

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.v20.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