Back to Devexpress

AxisXCoordinate.Axis Property

corelibraries-devexpress-dot-xtracharts-dot-axisxcoordinate.md

latest2.3 KB
Original Source

AxisXCoordinate.Axis Property

Specifies the X-axis, to which the X-coordinate of the annotation‘s anchor point corresponds.

Namespace : DevExpress.XtraCharts

Assembly : DevExpress.XtraCharts.v25.2.dll

NuGet Package : DevExpress.Charts

Declaration

csharp
public Axis2D Axis { get; set; }
vb
Public Property Axis As Axis2D

Property Value

TypeDescription
Axis2D

An Axis2D object representing the X-axis.

|

Remarks

If the Annotation.AnchorPoint property is set to the PaneAnchorPoint type, you can specify to which particular pane the annotation is anchored (via the PaneAnchorPoint.Pane property), and define the axes (via the Axis and AxisYCoordinate.Axis properties) and their values for the annotation’s anchor point (via the PaneAnchorPoint.AxisXCoordinate and PaneAnchorPoint.AxisYCoordinate properties).

For more information, refer to Annotations.

See Also

Axis

AxisXCoordinate Class

AxisXCoordinate Members

DevExpress.XtraCharts Namespace