Back to Devexpress

AxisYCoordinate.Axis Property

corelibraries-devexpress-dot-xtracharts-dot-axisycoordinate.md

latest2.2 KB
Original Source

AxisYCoordinate.Axis Property

Specifies the Y-axis, to which the Y-coordinate of the annotation‘s anchor point corresponds.

Namespace : DevExpress.XtraCharts

Assembly : DevExpress.XtraCharts.v25.2.dll

NuGet Package : DevExpress.Charts

Declaration

csharp
public Axis2D Axis { get; set; }
vb
Public Property Axis As Axis2D

Property Value

TypeDescription
Axis2D

An Axis2D object representing the Y-axis.

|

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

For more information, refer to Annotations.

See Also

Axis

AxisYCoordinate Class

AxisYCoordinate Members

DevExpress.XtraCharts Namespace