Back to Devexpress

BarSeriesView Class

corelibraries-devexpress-dot-xtracharts-2473c4bf.md

latest4.8 KB
Original Source

BarSeriesView Class

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

Namespace : DevExpress.XtraCharts

Assembly : DevExpress.XtraCharts.v25.2.dll

NuGet Package : DevExpress.Charts

Declaration

csharp
public abstract class BarSeriesView :
    SeriesViewColorEachSupportBase,
    IBarSeriesView,
    ISupportTransparency,
    ISupportBorderVisibility
vb
Public MustInherit Class BarSeriesView
    Inherits SeriesViewColorEachSupportBase
    Implements IBarSeriesView,
               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.

Implements

IXtraSerializable

IXYSeriesView2D

IXtraSupportDeserializeCollectionItem

ISupportTransparency

Inheritance

Show 19 items

Object ChartElement SeriesViewBase XYDiagram2DSeriesViewBase XYDiagramSeriesViewBase SeriesViewColorEachSupportBase BarSeriesView RangeBarSeriesView

SideBySideBarSeriesView

StackedBarSeriesView

FullStackedBarSeriesView

GanttSeriesView

SideBySideFullStackedBarSeriesView

SideBySideGanttSeriesView

SideBySideRangeBarSeriesView

SideBySideStackedBarSeriesView

WaterfallSeriesView

OverlappedGanttSeriesView

OverlappedRangeBarSeriesView

See Also

BarSeriesView Members

SideBySideBarSeriesView

StackedBarSeriesView

FullStackedBarSeriesView

DevExpress.XtraCharts Namespace