Skip to main content

ChartToolTipController Members

Provides options that define the tooltip appearance and behavior for a chart.

Constructors

Name Description
ChartToolTipController() Initializes a new instance of the ChartToolTipController class with default settings.

Fields

Name Description
AutoPopDelayProperty static Identifies the ChartToolTipController.AutoPopDelay dependency property.
CloseOnClickProperty static Identifies the ChartToolTipController.CloseOnClick dependency property.
ContentMarginProperty static Identifies the ChartToolTipController.ContentMargin dependency property.
InitialDelayProperty static Identifies the ChartToolTipController.InitialDelay dependency property.
OpenModeProperty static Identifies the ChartToolTipController.OpenMode dependency property.
ShowBeakProperty static Identifies the ChartToolTipController.ShowBeak dependency property.
ShowShadowProperty static Identifies the ChartToolTipController.ShowShadow dependency property.

Properties

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.

Events

Name Description
PropertyChanged Occurs every time any of the ChartDependencyObject class properties has changed its value. Inherited from ChartDependencyObject.
ToolTipClosing Occurs when a tooltip is disappearing.
ToolTipOpening Occurs when a tooltip is appearing.
See Also