ToolTipFreePosition Properties
Specifies a free position of a tooltip within a chart (defined by the dock target, dock corner and offset from this corner).Name | Description |
---|---|
DockCorner | Specifies the corner of the tooltip’s parent element to which the tooltip is anchored. |
DockTarget | Specifies the element (chart or pane), to which the tooltip’s shape is docked. |
DockTargetName | For internal use. Supports serialization of the ToolTipFreePosition.DockTarget property. |
OffsetX | Gets or sets the horizontal offset. Inherited from ToolTipPositionWithOffset. |
OffsetY | Gets or sets the vertical offset. Inherited from ToolTipPositionWithOffset. |
Tag | Gets or sets the object that contains data related to the chart element. Inherited from ChartElement. |
TypeNameSerializable | Gets the string value used to support serialization of the tooltip position. Inherited from ToolTipPosition. |
See Also