Skip to main content

AxisYCoordinate.Axis Property

Specifies the Y-axis, to which the Y-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 Y-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 AxisXCoordinate.Axis and Axis properties) and their values for the annotation’s anchor point (via the Axis and PaneAnchorPoint.AxisYCoordinate properties).

AnnotationAnchoring_Pane

For more information, refer to Annotations.

See Also