Skip to main content

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.
CanFreeze Gets a value that indicates whether the object can be made unmodifiable. Inherited from Freezable.
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.
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 Specifies the initial delay triggered when a tooltip appears on a diagram. This is a dependency property.
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 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