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

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

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.

See Also