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