corelibraries-devexpress-dot-xtracharts-4dd01df2.md
Represents the base class for series views of the Gantt type.
Namespace : DevExpress.XtraCharts
Assembly : DevExpress.XtraCharts.v25.2.dll
NuGet Package : DevExpress.Charts
public abstract class GanttSeriesView :
RangeBarSeriesView
Public MustInherit Class GanttSeriesView
Inherits RangeBarSeriesView
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.
IXtraSupportDeserializeCollectionItem
Show 11 items
Object ChartElement SeriesViewBase XYDiagram2DSeriesViewBase XYDiagramSeriesViewBase SeriesViewColorEachSupportBase BarSeriesView RangeBarSeriesView GanttSeriesView OverlappedGanttSeriesView
See Also