Skip to main content
A newer version of this page is available. .

GanttAxisX Class

Represents the X-axis within Gantt charts.

Namespace: DevExpress.XtraCharts

Assembly: DevExpress.XtraCharts.v20.2.dll

NuGet Packages: DevExpress.Charts, DevExpress.WindowsDesktop.Charts

Declaration

public sealed class GanttAxisX :
    AxisX

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.

See Also