Back to Devexpress

GanttSeriesView Class

corelibraries-devexpress-dot-xtracharts-4dd01df2.md

latest3.3 KB
Original Source

GanttSeriesView Class

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

Namespace : DevExpress.XtraCharts

Assembly : DevExpress.XtraCharts.v25.2.dll

NuGet Package : DevExpress.Charts

Declaration

csharp
public abstract class GanttSeriesView :
    RangeBarSeriesView
vb
Public MustInherit Class GanttSeriesView
    Inherits 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.

Implements

IXtraSerializable

IXYSeriesView2D

IXtraSupportDeserializeCollectionItem

ISupportTransparency

Inheritance

Show 11 items

Object ChartElement SeriesViewBase XYDiagram2DSeriesViewBase XYDiagramSeriesViewBase SeriesViewColorEachSupportBase BarSeriesView RangeBarSeriesView GanttSeriesView OverlappedGanttSeriesView

SideBySideGanttSeriesView

See Also

GanttSeriesView Members

SideBySideGanttSeriesView

OverlappedGanttSeriesView

How to: Create a Gantt Chart with Task Links

DevExpress.XtraCharts Namespace