corelibraries-devexpress-dot-xtracharts-2473c4bf.md
Represents the base class for series views of the Bar type.
Namespace : DevExpress.XtraCharts
Assembly : DevExpress.XtraCharts.v25.2.dll
NuGet Package : DevExpress.Charts
public abstract class BarSeriesView :
SeriesViewColorEachSupportBase,
IBarSeriesView,
ISupportTransparency,
ISupportBorderVisibility
Public MustInherit Class BarSeriesView
Inherits SeriesViewColorEachSupportBase
Implements IBarSeriesView,
ISupportTransparency,
ISupportBorderVisibility
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.
IXtraSupportDeserializeCollectionItem
Show 19 items
Object ChartElement SeriesViewBase XYDiagram2DSeriesViewBase XYDiagramSeriesViewBase SeriesViewColorEachSupportBase BarSeriesView RangeBarSeriesView
SideBySideFullStackedBarSeriesView
SideBySideStackedBarSeriesView
See Also