ChartToolTipController Properties
Provides options that define the tooltip appearance and behavior for a chart.| Name | Description |
|---|---|
| AutoPopDelay | Specifies the auto pop up delay before the tooltip appears on a chart. |
| CloseOnClick | A tooltip is closed when a particular chart element is clicked. |
| ContentMargin | This property is hidden, because it is not supported in this class. |
| InitialDelay | Specifies the initial delay triggered when a tooltip appears on a diagram. This is a dependency property. |
| OpenMode | Specifies the way a tooltip appears on a chart, on either a hover or a mouse click. |
| ShowBeak | Gets or sets a value that specifies whether to show the beak of a chart tooltip or not. |
| ShowShadow | Specifies whether to show a shadow for a chart tooltip or not. |
| TypeNameSerializable | Gets the string value used to support serialization of the chart dependency object. Inherited from ChartDependencyObject. |
See Also