PaneAnchorPoint.AxisYCoordinate Property
Specifies the Y-axis coordinate for the annotation‘s PaneAnchorPoint.
Namespace: DevExpress.XtraCharts
Assembly: DevExpress.XtraCharts.v24.1.dll
NuGet Package: DevExpress.Charts
Declaration
[PersistenceMode(PersistenceMode.InnerProperty)]
[XtraSerializableProperty(XtraSerializationVisibility.Content)]
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.
The value defined for the axis should correspond to its scale type.
For more information, refer to Annotations.