RelativePosition Members
The settings for the annotation position depending on its anchor point.Constructors
| Name | Description |
|---|---|
| RelativePosition() | Initializes a new instance of the RelativePosition class with the default settings. |
Fields
| Name | Description |
|---|---|
| AngleProperty static | Identifies the RelativePosition.Angle dependency property. |
| ConnectorLengthProperty static | Identifies the RelativePosition.ConnectorLength dependency property. |
Properties
| Name | Description |
|---|---|
| Angle | Specifies the angle by which an annotation is rotated around its anchor point. |
| ConnectorLength | Specifies the length of the line connecting the annotation with its anchor point. |
| 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