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

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.

The following code snippet (auto-collected from DevExpress Examples) contains a reference to the RangeBarSeriesView class.

Note

The algorithm used to collect these code examples remains a work in progress. Accordingly, the links and snippets below may produce inaccurate results. If you encounter an issue with code examples below, please use the feedback form on this page to report the issue.

See Also