Skip to main content

AxisCoordinate Members

The base class for classes specifying the annotation anchor point coordinates.

Fields

Name Description
AxisProperty static Identifies the AxisCoordinate.Axis dependency property.
AxisValueProperty static Identifies the AxisCoordinate.AxisValue dependency property.

Properties

Name Description
Axis Specifies an axis to which the annotation anchor point’s coordinate corresponds.
AxisIndex For internal use only.
AxisValue Specifies the axis value for the annotation anchored to a pane.
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