PaneAnchorPoint Members
Settings that indicate the Annotation is anchored to a pane.Constructors
| Name | Description |
|---|---|
| PaneAnchorPoint() | Initializes a new instance of the PaneAnchorPoint class with the default settings. |
Fields
| Name | Description |
|---|---|
| AxisXCoordinateProperty static | Identifies the PaneAnchorPoint.AxisXCoordinate dependency property. |
| AxisYCoordinateProperty static | Identifies the PaneAnchorPoint.AxisYCoordinate dependency property. |
| PaneProperty static | Identifies the PaneAnchorPoint.Pane dependency property. |
Properties
| Name | Description |
|---|---|
| AxisXCoordinate | Specifies the X-axis coordinate for the annotation PaneAnchorPoint. |
| AxisYCoordinate | Specifies the Y-axis coordinate for the annotation PaneAnchorPoint. |
| Pane | Specifies the pane to which the annotation is anchored. |
| PaneIndex | For internal use only. |
| 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