SankeyToolTipOptions Properties
Contains tooltip options for the Sankey diagram.| Name | Description |
|---|---|
| AutoPopDelay | Gets or sets the time interval during which the tooltip is displayed. |
| CloseOnClick | Specifies whether a tooltip is closed when its corresponding visual element is clicked. |
| InitialDelay | Gets or sets the delay before the tooltip is displayed. |
| LinkToolTipEnabled | Specifies whether tooltips are enabled for Sankey links. |
| NodeToolTipEnabled | Specifies whether tooltips are enabled for Sankey nodes. |
| OpenMode | Specifies when Sankey diagram tooltips are displayed. |
See Also