Skip to main content

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.v23.2.dll

NuGet Package: DevExpress.Charts

Declaration

public Axis2D Axis { get; set; }

Property Value

Type Description
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).

AnnotationAnchoring_Pane

For more information, refer to Annotations.

See Also