Specifies the X-axis (or its View Model) that measures the series.
Namespace:DevExpress.Xpf.Charts
Assembly:DevExpress.Xpf.Charts.v17.2.dll

Syntax
C# |
public object AxisX { get; set; }
|
VB |
Public Property AxisX As Object
|
Property value
Type: Object
An object of an X-axis' View Model class or the AxisX2D object.

See Also