The base class for classes specifying the annotation anchor point coordinates.
Namespace:DevExpress.Xpf.Charts
Assembly:DevExpress.Xpf.Charts.v19.2.dll

Syntax
C# |
public abstract class AxisCoordinate : ChartDependencyObject
|
VB |
Public Class AxisCoordinate Inherits ChartDependencyObject
|

Inheritance Hierarchy
System.Object
System.Windows.Threading.DispatcherObject
System.Windows.DependencyObject
System.Windows.Freezable
ChartDependencyObject
AxisCoordinate
AxisXCoordinate
AxisYCoordinate

See Also