AxisYCoordinate Members
The settings that define the annotation anchor point Y-axis coordinate.Constructors
| Name | Description |
|---|---|
| AxisYCoordinate() | Initializes a new instance of the AxisYCoordinate class with the default settings. |
Fields
| Name | Description |
|---|---|
| AxisProperty static | Identifies the AxisCoordinate.Axis dependency property. Inherited from AxisCoordinate. |
| AxisValueProperty static | Identifies the AxisCoordinate.AxisValue dependency property. Inherited from AxisCoordinate. |
Properties
| Name | Description |
|---|---|
| Axis | Specifies an axis to which the annotation anchor point’s coordinate corresponds. Inherited from AxisCoordinate. |
| AxisIndex | For internal use only. Inherited from AxisCoordinate. |
| AxisValue | Specifies the axis value for the annotation anchored to a pane. Inherited from AxisCoordinate. |
| 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