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

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.v18.1.dll

Declaration

[TypeConverter(typeof(GanttDiagramTypeConverter))]
public class GanttDiagram :
    XYDiagram

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.

The following code snippets (auto-collected from DevExpress Examples) contain references to the GanttDiagram class.

Note

The algorithm used to collect these code examples remains a work in progress. Accordingly, the links and snippets below may produce inaccurate results. If you encounter an issue with code examples below, please use the feedback form on this page to report the issue.

Implements

See Also