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

BarSeriesView Class

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

Namespace: DevExpress.XtraCharts

Assembly: DevExpress.XtraCharts.v18.1.dll

Declaration

public abstract class BarSeriesView :
    SeriesViewColorEachSupportBase,
    IBarSeriesView,
    ISupportAssignTransparencyView,
    ISupportTransparency,
    ISupportBorderVisibility,
    IXtraSupportCreateContentPropertyValue,
    IXtraSupportAfterDeserialize

Remarks

The BarSeriesView class serves as a base for the SideBySideBarSeriesView, StackedBarSeriesView and FullStackedBarSeriesView classes which provide functionality of bar series view types within a chart control. The properties and methods which are defined by the BarSeriesView class implement the base bar series view functionality and are common to all bar types of series views.

In addition to the common view settings inherited from the base SeriesViewBase class, the BarSeriesView class declares the bar type specific settings which allow you to define the view’s border and transparency settings (BarSeriesView.Border and BarSeriesView.Transparency), background filling style of bars (BarSeriesView.FillStyle) and specify the width for the view’s bars (BarSeriesView.BarWidth).

For more information, refer to Bar Series Views.

The following code snippets (auto-collected from DevExpress Examples) contain references to the BarSeriesView 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