corelibraries-devexpress-dot-xtracharts-590458ff.md
Provides settings that define the Y-axis coordinate for an annotation‘s anchor point.
Namespace : DevExpress.XtraCharts
Assembly : DevExpress.XtraCharts.v25.2.dll
NuGet Package : DevExpress.Charts
public class AxisYCoordinate :
AxisCoordinate
Public Class AxisYCoordinate
Inherits AxisCoordinate
The following members return AxisYCoordinate objects:
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.
Object ChartElement AxisCoordinate AxisYCoordinate
See Also