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

SideBySideFullStackedBar3DSeriesView Class

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

Namespace: DevExpress.XtraCharts

Assembly: DevExpress.XtraCharts.v21.2.dll

NuGet Package: DevExpress.Charts

Declaration

public class SideBySideFullStackedBar3DSeriesView :
    FullStackedBar3DSeriesView,
    ISideBySideStackedBarSeriesView,
    ISideBySideBarSeriesView,
    IBarSeriesView,
    ISupportSeriesGroups,
    ISupportStackedGroup

Remarks

The SideBySideFullStackedBar3DSeriesView 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 FullStackedBar3DSeriesView class, the SideBySideFullStackedBar3DSeriesView class implements specific properties that allow you to aggregate different Side-by-Side Full-Stacked Bar series into stack groups (SideBySideFullStackedBar3DSeriesView.StackedGroup), and adjust the layout of series (SideBySideFullStackedBar3DSeriesView.BarDistance, SideBySideFullStackedBar3DSeriesView.BarDistanceFixed and SideBySideFullStackedBar3DSeriesView.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.

See Also