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

RangeBarSeriesView Class

Represents the base class for series views of the Side-by-Side Range Bar, Overlapped Range Bar and Gantt type.

Namespace: DevExpress.XtraCharts

Assembly: DevExpress.XtraCharts.v20.2.dll

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

Declaration

public abstract class RangeBarSeriesView :
    BarSeriesView,
    IRangeSeriesView

Remarks

The RangeBarSeriesView class serves as a base for the SideBySideRangeBarSeriesView and OverlappedRangeBarSeriesView classes which provide the functionality of range bar series views within a chart control. Properties and methods which are defined by the RangeBarSeriesView class implement the base range bar series view functionality and are common to all range bar types of series views.

See Also