AxisYCoordinate Class
Provides settings that define the Y-axis coordinate for an annotation‘s anchor point.
Namespace: DevExpress.XtraCharts
Assembly: DevExpress.XtraCharts.v24.1.dll
NuGet Package: DevExpress.Charts
Declaration
[TypeConverter(typeof(LocalizableExpandableObjectTypeConverter))]
public class AxisYCoordinate :
AxisCoordinate
Related API Members
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.
The value defined for the axis should correspond to its scale type.
For more information, refer to Annotations.