Skip to main content

ControlCoordinates.AxisY Property

Gets the Y-axis control coordinates.

Namespace: DevExpress.Xpf.Charts

Assembly: DevExpress.Xpf.Charts.v23.2.dll

NuGet Package: DevExpress.Wpf.Charts

Declaration

public AxisY2D AxisY { get; }

Property Value

Type Description
AxisY2D

An AxisY2D object which is the Y-axis.

Remarks

Use the AxisY property to get the control position that can be used in the control transformation from the diagram’s coordinates to the screen coordinates.

See Also