wpf-devexpress-dot-xpf-dot-charts-dot-simplebar2dmodel.md
Namespace : DevExpress.Xpf.Charts
Assembly : DevExpress.Xpf.Charts.v25.2.dll
NuGet Package : DevExpress.Wpf.Charts
public class SimpleBar2DModel :
SymmetricBar2DModel
Public Class SimpleBar2DModel
Inherits SymmetricBar2DModel
The following image demonstrates the SimpleBar2DModel.
Set the BarSeries2D.Model property to the SimpleBar2DModel object to apply the model to a series.
<dxc:BarSideBySideSeries2D>
<dxc:BarSideBySideSeries2D.Model>
<dxc:SimpleBar2DModel/>
</dxc:BarSideBySideSeries2D.Model>
</dxc:BarSideBySideSeries2D>
The following series are compatible with the SimpleBar2DModel :
Object DispatcherObject DependencyObject Freezable ChartDependencyObject DevExpress.Xpf.Charts.PointModel Bar2DModel PredefinedBar2DModel SymmetricBar2DModel SimpleBar2DModel
See Also