FreePosition Members
The settings for the annotation free position.Constructors
| Name | Description |
|---|---|
| FreePosition() | Initializes a new instance of the FreePosition class with the default settings. |
Fields
| Name | Description |
|---|---|
| DockTargetProperty static | Identifies the FreePosition.DockTarget dependency property. |
| HorizontalAlignmentProperty static | Identifies the FreePosition.HorizontalAlignment dependency property. |
| VerticalAlignmentProperty static | Identifies the FreePosition.VerticalAlignment dependency property. |
Properties
| Name | Description |
|---|---|
| DockTarget | Specifies the element (chart or pane) to which the annotation shape is docked. |
| HorizontalAlignment | Gets or sets how the annotation will be located horizontally. |
| TypeNameSerializable | Gets the string value used to support serialization of the chart dependency object. Inherited from ChartDependencyObject. |
| VerticalAlignment | Gets or sets how the annotation will be located vertically. |
Events
| Name | Description |
|---|---|
| PropertyChanged | Occurs every time any of the ChartDependencyObject class properties has changed its value. Inherited from ChartDependencyObject. |
See Also