GanttSeriesView Class
Represents the base class for series views of the Gantt type.
Namespace: DevExpress.XtraCharts
Assembly: DevExpress.XtraCharts.v24.1.dll
NuGet Package: DevExpress.Charts
Declaration
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.
Implements
Inheritance
See Also