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

DiagramCoordinates.AxisX Property

Gets the X-axis of the diagram coordinate.

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 coordinate’s X-axis.

See Also