GanttAxisX Class
Namespace: DevExpress.XtraCharts
Assembly: DevExpress.XtraCharts.v24.1.dll
NuGet Package: DevExpress.Charts
Declaration
Remarks
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.
Implements
Inheritance
See Also