GanttDiagram Class
Represents a diagram that is used to plot series of the side-by-side gantt series and overlapped gantt series view types.
Namespace: DevExpress.XtraCharts
Assembly: DevExpress.XtraCharts.v24.1.dll
NuGet Package: DevExpress.Charts
Declaration
Remarks
The GanttDiagram class represents a diagram type used to plot side-by-side and overlapped Gantt charts within a chart control. The main purpose of the GanttDiagram class is to hide the GanttDiagram.Rotated property and always make its value equal to true.
An object of the GanttDiagram type can be accessed via the ChartControl.Diagram property of a chart control that displays a Gantt series.
For more information, refer to Gantt Diagram.
Inheritance
Object
ChartElement
Diagram
XYDiagram2D
XYDiagram
GanttDiagram
See Also