corelibraries-devexpress-dot-xtracharts-1d74681d.md
Represents the X-axis within Gantt charts.
Namespace : DevExpress.XtraCharts
Assembly : DevExpress.XtraCharts.v25.2.dll
NuGet Package : DevExpress.Charts
public sealed class GanttAxisX :
AxisX
Public NotInheritable Class GanttAxisX
Inherits AxisX
The GanttAxisX class represents an X-axis used with side-by-side and overlapped Gantt charts within a chart control. The main purpose of the GanttAxisX class is to change the Axis.Reverse property value to true by default for Gantt charts.
An object of the GanttAxisX type can be accessed via the XYDiagram.AxisX property of a GanttDiagram that displays a Gantt chart.
IXtraSupportDeserializeCollectionItem
Object ChartElement ChartElementNamed AxisBase Axis2D Axis AxisXBase AxisX GanttAxisX
See Also