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

AxisYCoordinate Class

Provides settings that define the Y-axis coordinate for an annotation‘s anchor point.

Namespace: DevExpress.XtraCharts

Assembly: DevExpress.XtraCharts.v21.2.dll

NuGet Package: DevExpress.Charts

Declaration

public class AxisYCoordinate :
    AxisCoordinate

The following members return AxisYCoordinate objects:

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 and their values for the annotation’s anchor point (represented by the AxisYCoordinate and AxisYCoordinate objects), via the PaneAnchorPoint.AxisXCoordinate and PaneAnchorPoint.AxisYCoordinate properties.

AnnotationAnchoring_Pane

The value defined for the axis should correspond to its scale type.

For more information, refer to Annotations.

Inheritance

See Also