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

SideBySideFullStackedBarSeriesView Class

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

Namespace: DevExpress.XtraCharts

Assembly: DevExpress.XtraCharts.v18.1.dll

Declaration

[TypeConverter(typeof(SideBySideFullStackedBarSeriesViewTypeConverter))]
public class SideBySideFullStackedBarSeriesView :
    FullStackedBarSeriesView,
    ISideBySideStackedBarSeriesView,
    ISideBySideBarSeriesView,
    IBarSeriesView,
    ISupportSeriesGroups,
    ISupportStackedGroup

Remarks

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

In addition to the settings inherited from the base FullStackedBarSeriesView class, the SideBySideFullStackedBarSeriesView class implements specific properties that allow you to aggregate different Side-by-Side Full-Stacked Bar series into stack groups (SideBySideFullStackedBarSeriesView.StackedGroup), and adjust the layout of series (SideBySideFullStackedBarSeriesView.BarDistance, SideBySideFullStackedBarSeriesView.BarDistanceFixed and SideBySideFullStackedBarSeriesView.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 Full-Stacked Bar Chart.

The following code snippet (auto-collected from DevExpress Examples) contains a reference to the SideBySideFullStackedBarSeriesView 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