Skip to main content

DiagramCoordinates.AxisY Property

Gets the Y-axis of the diagram point.

Namespace: DevExpress.XtraCharts

Assembly: DevExpress.XtraCharts.v23.2.dll

NuGet Package: DevExpress.Charts

Declaration

public AxisBase AxisY { get; }

Property Value

Type Description
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