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