Back to Devexpress

GanttAxisX Class

corelibraries-devexpress-dot-xtracharts-1d74681d.md

latest2.2 KB
Original Source

GanttAxisX Class

Represents the X-axis within Gantt charts.

Namespace : DevExpress.XtraCharts

Assembly : DevExpress.XtraCharts.v25.2.dll

NuGet Package : DevExpress.Charts

Declaration

csharp
public sealed class GanttAxisX :
    AxisX
vb
Public NotInheritable Class GanttAxisX
    Inherits 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.

Implements

IXtraSupportDeserializeCollectionItem

Inheritance

Object ChartElement ChartElementNamed AxisBase Axis2D Axis AxisXBase AxisX GanttAxisX

See Also

GanttAxisX Members

DevExpress.XtraCharts Namespace