Back to Devexpress

DiagramCoordinates.AxisY Property

corelibraries-devexpress-dot-xtracharts-dot-diagramcoordinates-1c779e77.md

latest1.4 KB
Original Source

DiagramCoordinates.AxisY Property

Gets the Y-axis of the diagram point.

Namespace : DevExpress.XtraCharts

Assembly : DevExpress.XtraCharts.v25.2.dll

NuGet Package : DevExpress.Charts

Declaration

csharp
public AxisBase AxisY { get; }
vb
Public ReadOnly Property AxisY As AxisBase

Property Value

TypeDescription
AxisBase

An AxisBase descendant, representing the axis of values (Y-axis).

|

Remarks

Use the XYDiagram2D.PointToDiagram method to convert the display coordinates of the point within the diagram to a DiagramCoordinates object.

See Also

DiagramCoordinates Class

DiagramCoordinates Members

DevExpress.XtraCharts Namespace