Skip to main content

ToolTipPositionWithLocation Members

The base class for positions that require defining a specific location.

Fields

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

Properties

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