Back to Devexpress

SideBySideFullStackedBarSeriesView Class

corelibraries-devexpress-dot-xtracharts-ba48205b.md

latest4.4 KB
Original Source

SideBySideFullStackedBarSeriesView Class

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

Namespace : DevExpress.XtraCharts

Assembly : DevExpress.XtraCharts.v25.2.dll

NuGet Package : DevExpress.Charts

Declaration

csharp
public class SideBySideFullStackedBarSeriesView :
    FullStackedBarSeriesView,
    ISideBySideStackedBarSeriesView,
    ISideBySideBarSeriesView,
    IBarSeriesView,
    ISupportSeriesGroups,
    ISupportStackedGroup
vb
Public Class SideBySideFullStackedBarSeriesView
    Inherits FullStackedBarSeriesView
    Implements 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.

Implements

IXtraSerializable

IXYSeriesView2D

IXtraSupportDeserializeCollectionItem

ISupportTransparency

ISupportStackedGroup

Inheritance

Object ChartElement SeriesViewBase XYDiagram2DSeriesViewBase XYDiagramSeriesViewBase SeriesViewColorEachSupportBase BarSeriesView StackedBarSeriesView FullStackedBarSeriesView SideBySideFullStackedBarSeriesView

See Also

SideBySideFullStackedBarSeriesView Members

FullStackedBarSeriesView

DevExpress.XtraCharts Namespace