Back to Devexpress

DiagramCoordinates.AxisX Property

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

latest1.1 KB
Original Source

DiagramCoordinates.AxisX Property

Gets the X-axis of the diagram coordinate.

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

|

See Also

DiagramCoordinates Class

DiagramCoordinates Members

DevExpress.Xpf.Charts Namespace