Back to Devexpress

BorderlessSimpleBar2DModel Class

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

latest3.3 KB
Original Source

BorderlessSimpleBar2DModel Class

The basic 2D Bar model without a border.

Namespace : DevExpress.Xpf.Charts

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

NuGet Package : DevExpress.Wpf.Charts

Declaration

csharp
public class BorderlessSimpleBar2DModel :
    SymmetricBar2DModel
vb
Public Class BorderlessSimpleBar2DModel
    Inherits SymmetricBar2DModel

Remarks

Set the BarSeries2D.Model property to the BorderlessSimpleBar2DModel object to apply the model to a series.

xaml
<dxc:BarSideBySideSeries2D>
    <dxc:BarSideBySideSeries2D.Model>
        <dxc:BorderlessSimpleBar2DModel/>
    </dxc:BarSideBySideSeries2D.Model>
</dxc:BarSideBySideSeries2D>

The following series are compatible with the BorderlessSimpleBar2DModel :

Inheritance

Object DispatcherObject DependencyObject Freezable ChartDependencyObject DevExpress.Xpf.Charts.PointModel Bar2DModel PredefinedBar2DModel SymmetricBar2DModel BorderlessSimpleBar2DModel

See Also

BorderlessSimpleBar2DModel Members

Series and Marker Models

DevExpress.Xpf.Charts Namespace