SankeyToolTipOptions Properties
Contains tooltip options for the Sankey diagram.| Name | Description |
|---|---|
| AutoPopDelay | Gets or sets the time interval during which the tooltip is displayed. |
| CanFreeze | Gets a value that indicates whether the object can be made unmodifiable. Inherited from Freezable. |
| CloseOnClick | Specifies whether a tooltip is closed when its corresponding visual element is clicked. |
| DependencyObjectType | Gets the DependencyObjectType that wraps the CLR type of this instance. Inherited from DependencyObject. |
| Dispatcher | Gets the Dispatcher this DispatcherObject is associated with. Inherited from DispatcherObject. |
| InitialDelay | Gets or sets the delay before the tooltip is displayed. |
| IsFrozen | Gets a value that indicates whether the object is currently modifiable. Inherited from Freezable. |
| IsSealed | Gets a value that indicates whether this instance is currently sealed (read-only). Inherited from DependencyObject. |
| 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