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

ControlCoordinates.AxisX Property

Gets the X-axis control coordinates.

Namespace: DevExpress.Xpf.Charts

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

NuGet Packages: DevExpress.WindowsDesktop.Wpf.Charts, DevExpress.Wpf.Charts

Declaration

public AxisX2D AxisX { get; }

Property Value

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