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

PaneAnchorPoint.AxisYCoordinate Property

Specifies the Y-axis coordinate for the annotation‘s PaneAnchorPoint.

Namespace: DevExpress.XtraCharts

Assembly: DevExpress.XtraCharts.v20.2.dll

NuGet Packages: DevExpress.Charts, DevExpress.WindowsDesktop.Charts

Declaration

[PersistenceMode(PersistenceMode.InnerProperty)]
public AxisYCoordinate AxisYCoordinate { get; }

Property Value

Type Description
AxisYCoordinate

An AxisYCoordinate object that defines the annotation anchor point’s Y-axis coordinate.

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 its axes coordinates (via the PaneAnchorPoint.AxisXCoordinate and AxisYCoordinate properties).

For the Y-axis, you should specify its AxisYCoordinate.Axis and AxisCoordinate.AxisValue properties.

AnnotationAnchoring_Pane

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

For more information, refer to Annotations.

See Also