SideBySideFullStackedBarSeriesView Class
Represents a series view of the Side-by-Side Full-Stacked Bar type.
Namespace: DevExpress.UI.Xaml.Charts
Assembly: DevExpress.UI.Xaml.Charts.v21.2.dll
NuGet Package: DevExpress.Uwp.Controls
Declaration
public class SideBySideFullStackedBarSeriesView :
SideBySideStackedBarSeriesView,
ISupportPercentValue
Remarks
A particular view type can be defined for a series via its Series.View property.
For more information on series views of the Side-by-Side Full-Stacked Bar type, refer to the Side-by-Side Full-Stacked Bar document.
Inheritance
Object
DependencyObject
Windows.UI.Xaml.UIElement
FrameworkElement
Control
ChartElement
SeriesView
CartesianSeriesView
BarSeriesView
StackedBarSeriesView
SideBySideStackedBarSeriesView
SideBySideFullStackedBarSeriesView
See Also