ToolTipOptions Members
Contains settings that define how to display tooltips within a chart.Constructors
| Name | Description |
|---|---|
| ToolTipOptions() | Initializes a new instance of the ToolTipOptions class with default settings. |
Fields
| Name | Description |
|---|---|
| ShowForPointsProperty static | Identifies the ToolTipOptions.ShowForPoints dependency property. |
| ShowForSeriesProperty static | Identifies the ToolTipOptions.ShowForSeries dependency property. |
| ShowHintProperty static | Identifies the ToolTipOptions.ShowHint dependency property. |
| ToolTipPositionProperty static | Identifies the ToolTipOptions.ToolTipPosition dependency property. |
Properties
| Name | Description |
|---|---|
| ActualToolTipPosition | Gets the actual tooltip position on a diagram. |
| 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. |
Events
| Name | Description |
|---|---|
| PropertyChanged | Occurs every time any of the ChartDependencyObject class properties has changed its value. Inherited from ChartDependencyObject. |
See Also