SideBySideStackedBar3DSeriesView Class
Represents a series view of the Side-by-Side Stacked Bar type.
Namespace: DevExpress.XtraCharts
Assembly: DevExpress.XtraCharts.v24.1.dll
NuGet Package: DevExpress.Charts
Declaration
[TypeConverter(typeof(SideBySideStackedBar3DSeriesViewTypeConverter))]
public class SideBySideStackedBar3DSeriesView :
StackedBar3DSeriesView,
ISideBySideStackedBarSeriesView,
ISideBySideBarSeriesView,
IBarSeriesView,
ISupportSeriesGroups,
ISupportStackedGroup
Remarks
The SideBySideStackedBar3DSeriesView 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 StackedBar3DSeriesView class, the SideBySideStackedBar3DSeriesView class implements specific properties that allow you to aggregate different Side-by-Side Full-Stacked Bar series into stack groups (SideBySideStackedBar3DSeriesView.StackedGroup), and adjust the layout of series (SideBySideStackedBar3DSeriesView.BarDistance, SideBySideStackedBar3DSeriesView.BarDistanceFixed and SideBySideStackedBar3DSeriesView.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.