Back to Devexpress

SideBySideStackedBarSeriesView Class

corelibraries-devexpress-dot-xtracharts-792176fa.md

latest4.2 KB
Original Source

SideBySideStackedBarSeriesView Class

Represents a series view of the Side-by-Side Stacked Bar type.

Namespace : DevExpress.XtraCharts

Assembly : DevExpress.XtraCharts.v25.2.dll

NuGet Package : DevExpress.Charts

Declaration

csharp
public class SideBySideStackedBarSeriesView :
    StackedBarSeriesView,
    ISideBySideStackedBarSeriesView,
    ISideBySideBarSeriesView,
    IBarSeriesView,
    ISupportSeriesGroups,
    ISupportStackedGroup
vb
Public Class SideBySideStackedBarSeriesView
    Inherits StackedBarSeriesView
    Implements ISideBySideStackedBarSeriesView,
               ISideBySideBarSeriesView,
               IBarSeriesView,
               ISupportSeriesGroups,
               ISupportStackedGroup

Remarks

The SideBySideStackedBarSeriesView class provides the view-type-specific functionality for Side-by-Side Stacked Bar series within a chart control.

In addition to the settings inherited from the base StackedBarSeriesView class, the SideBySideStackedBarSeriesView class implements specific properties that allow you to aggregate different Side-by-Side Full-Stacked Bar series into stack groups (SideBySideStackedBarSeriesView.StackedGroup), and adjust the layout of series (SideBySideStackedBarSeriesView.BarDistance, SideBySideStackedBarSeriesView.BarDistanceFixed and SideBySideStackedBarSeriesView.EqualBarWidth).

Note that a particular view type can be defined for a series via its SeriesBase.View property.

For more information, refer to Side-by-Side Stacked Bar Chart.

Implements

IXtraSerializable

IXYSeriesView2D

IXtraSupportDeserializeCollectionItem

ISupportTransparency

ISupportStackedGroup

Inheritance

Object ChartElement SeriesViewBase XYDiagram2DSeriesViewBase XYDiagramSeriesViewBase SeriesViewColorEachSupportBase BarSeriesView StackedBarSeriesView SideBySideStackedBarSeriesView

See Also

SideBySideStackedBarSeriesView Members

StackedBarSeriesView

DevExpress.XtraCharts Namespace