A newer version of this page is available.
Switch to the current version.
XYDiagram.AxisX Property
Gets the X-axis.
Namespace: DevExpress.XtraCharts
Assembly: DevExpress.XtraCharts.v18.2.dll
Declaration
[XtraChartsLocalizableCategory(XtraChartsCategory.Elements)]
[PersistenceMode(PersistenceMode.InnerProperty)]
[XtraSerializableProperty(XtraSerializationVisibility.Content)]
public AxisX AxisX { get; }
<XtraChartsLocalizableCategory(XtraChartsCategory.Elements)>
<PersistenceMode(PersistenceMode.InnerProperty)>
<XtraSerializableProperty(XtraSerializationVisibility.Content)>
Public ReadOnly Property AxisX As AxisX
Property Value
Type | Description |
---|---|
AxisX | An AxisX object which represents the X Axis. |
Remarks
For more information on axes, see the Axis topic.
See Also
Feedback