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

GanttSeriesView Class

Represents the base class for series views of the Gantt type.

Namespace: DevExpress.XtraCharts

Assembly: DevExpress.XtraCharts.v18.1.dll

Declaration

public abstract class GanttSeriesView :
    RangeBarSeriesView

Remarks

The GanttSeriesView class serves as a base for the SideBySideGanttSeriesView and OverlappedGanttSeriesView classes which provide the functionality of Gantt series view types within a chart control. Properties and methods which are defined by the GanttSeriesView class implement the base Gantt series view functionality and are common to all Gantt types of series views.

For more information on series views of the Gantt type please see the Gantt Series Views topic.

The following code snippet (auto-collected from DevExpress Examples) contains a reference to the GanttSeriesView 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.

See Also