ToolTipOptions Properties
Contains settings that define how to display tooltips within a chart.| Name | Description |
|---|---|
| ActualToolTipPosition | Gets the actual tooltip position on a diagram. |
| CanFreeze | Gets a value that indicates whether the object can be made unmodifiable. Inherited from Freezable. |
| 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. |
| 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. |
| ShowForPoints | Specifies whether to show a tooltip for a series point. |
| ShowForSeries | Specifies whether to show a tooltip for a particular series. |
| ShowHint | Gets or sets whether to show series or a point hint in a tooltip. |
| ToolTipPosition | Represents how the tooltip position is defined, for example, relative to a mouse pointer or chart element. |
| TypeNameSerializable | Gets the string value used to support serialization of the chart dependency object. Inherited from ChartDependencyObject. |
See Also