SeriesPointAnchorPoint Members
Settings that indicate the Annotation is anchored to a series point.Constructors
| Name | Description |
|---|---|
| SeriesPointAnchorPoint() | Initializes a new instance of the SeriesPointAnchorPoint class with the default settings. |
Fields
| Name | Description |
|---|---|
| SeriesPointProperty static | Identifies the SeriesPointAnchorPoint.SeriesPoint dependency property. |
Properties
| Name | Description |
|---|---|
| PointIndex | For internal use only. |
| SeriesIndex | For internal use only. |
| SeriesPoint | Specifies the series point to which the annotation is anchored. |
| 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