Back to Devexpress

BarSideBySideStackedSeries2D Class

wpf-devexpress-dot-xpf-dot-charts-dot-barsidebysidestackedseries2d.md

latest2.5 KB
Original Source

BarSideBySideStackedSeries2D Class

Represents the 2D Side-by-Side Stacked Bar series.

Namespace : DevExpress.Xpf.Charts

Assembly : DevExpress.Xpf.Charts.v25.2.dll

NuGet Package : DevExpress.Wpf.Charts

Declaration

csharp
public class BarSideBySideStackedSeries2D :
    BarStackedSeries2D,
    ISupportStackedGroup,
    ISideBySideStackedBarSeriesView,
    ISideBySideBarSeriesView,
    IBarSeriesView,
    ISupportSeriesGroups
vb
Public Class BarSideBySideStackedSeries2D
    Inherits BarStackedSeries2D
    Implements ISupportStackedGroup,
               ISideBySideStackedBarSeriesView,
               ISideBySideBarSeriesView,
               IBarSeriesView,
               ISupportSeriesGroups

Implements

ILegendVisible

ISupportStackedGroup

Inheritance

Show 16 items

Object DispatcherObject DependencyObject Visual UIElement FrameworkElement Control ChartElementBase ChartElement Series XYSeries XYSeries2D BarSeries2DBase BarSeries2D BarStackedSeries2D BarSideBySideStackedSeries2D

See Also

BarSideBySideStackedSeries2D Members

DevExpress.Xpf.Charts Namespace