Skip to main content

XYDiagram2D.AxisX Property

Gets the X-axis.

Namespace: DevExpress.Xpf.Charts

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

#Declaration

[XtraSerializableProperty(XtraSerializationVisibility.Content, true)]
public AxisX2D AxisX { get; set; }

#Property Value

Type Description
AxisX2D

An AxisX2D object which represents the X-axis.

#Remarks

For more information on axes, see the Axis topic.

See Also