Skip to main content
A newer version of this page is available. .

ControlCoordinates.AxisY Property

Gets the Y-axis control coordinates.

Namespace: DevExpress.Xpf.Charts

Assembly: DevExpress.Xpf.Charts.v19.1.dll

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