CrosshairFreePosition Properties
Specifies a free position of a crosshair label within a chart (defined by the dock target, dock corner and offset from this corner).| Name | Description |
|---|---|
| DockCorner | Specifies the corner of the crosshair’s parent element to which the crosshair label is anchored. |
| DockTarget | Specifies the element (chart or pane), to which the crosshair label’s shape is docked. |
| DockTargetName | For internal use. Supports serialization of the CrosshairFreePosition.DockTarget property. |
| OffsetX | Gets or sets the horizontal offset. Inherited from CrosshairLabelPosition. |
| OffsetY | Gets or sets the vertical offset. Inherited from CrosshairLabelPosition. |
| 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 crosshair label position. Inherited from CrosshairLabelPosition. |
See Also