XYDiagram2D.AxisX Property
In This Article
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 |
---|---|
Axis |
An Axis |
#Remarks
For more information on axes, see the Axis topic.
See Also