Skip to main content

ToolTipMousePosition Members

Specifies a tooltip position near the mouse pointer.

Constructors

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

Fields

Name Description
LocationProperty static Identifies the ToolTipPositionWithLocation.Location dependency property. Inherited from ToolTipPositionWithLocation.

Properties

Name Description
Location Gets or sets the tooltip coordinates relative to either a mouse pointer or a particular element on a diagram. Inherited from ToolTipPositionWithLocation.
Offset Gets or sets the tooltip offset on a diagram. Inherited from ToolTipPosition.
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