Back to Devexpress

ControlCoordinates.AxisY Property

wpf-devexpress-dot-xpf-dot-charts-dot-controlcoordinates-8aa1ff79.md

latest1.2 KB
Original Source

ControlCoordinates.AxisY Property

Gets the Y-axis control coordinates.

Namespace : DevExpress.Xpf.Charts

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

NuGet Package : DevExpress.Wpf.Charts

Declaration

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

Property Value

TypeDescription
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

ControlCoordinates Class

ControlCoordinates Members

DevExpress.Xpf.Charts Namespace