HeatmapToolTipOptions Properties
Contains options for heatmap cell tooltips.| 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. |
| ContentMargin | Gets or sets content margins. |
| 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. |
| OpenMode | Specifies when heatmap tooltips are displayed. |
| Pattern | Gets or sets a format string that is applied to tooltip text. |
See Also