Skip to main content
A newer version of this page is available. .

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

Declaration

[TypeConverter(typeof(AxisYCoordinateAxisTypeConverter))]
[NonTestableProperty]
[XtraSerializableProperty(XtraSerializationVisibility.Hidden)]
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