ChartAnchorPoint Members
Settings that indicate the Annotation is anchored to a chart.Constructors
| Name | Description |
|---|---|
| ChartAnchorPoint() | Initializes a new instance of the ChartAnchorPoint class with the default settings. |
Fields
| Name | Description |
|---|---|
| XProperty static | Identifies the ChartAnchorPoint.X dependency property. |
| YProperty static | Identifies the ChartAnchorPoint.Y dependency property. |
Properties
| Name | Description |
|---|---|
| TypeNameSerializable | Gets the string value used to support serialization of the chart dependency object. Inherited from ChartDependencyObject. |
| X | Specifies the X-coordinate for the annotation anchor point. |
| Y | Specifies the Y-coordinate for the annotation anchor point. |
Events
| Name | Description |
|---|---|
| PropertyChanged | Occurs every time any of the ChartDependencyObject class properties has changed its value. Inherited from ChartDependencyObject. |
See Also