Back to Devexpress

ControlCoordinates.AxisX Property

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

latest1.2 KB
Original Source

ControlCoordinates.AxisX Property

Gets the X-axis control coordinates.

Namespace : DevExpress.Xpf.Charts

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

NuGet Package : DevExpress.Wpf.Charts

Declaration

csharp
public AxisX2D AxisX { get; }
vb
Public ReadOnly Property AxisX As AxisX2D

Property Value

TypeDescription
AxisX2D

An AxisX2D object which is the X-axis.

|

Remarks

Use the AxisX 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