ToolTipRelativePosition Members
Specifies a tooltip position near the chart element, for which this tooltip is invoked.Constructors
| Name | Description |
|---|---|
| ToolTipRelativePosition() | Initializes a new instance of the ToolTipRelativePosition 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