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.v19.2.dll

Declaration

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

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.

See Also