Back to Devexpress

SimpleBar2DModel Class

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

latest3.2 KB
Original Source

SimpleBar2DModel Class

The basic Bar model.

Namespace : DevExpress.Xpf.Charts

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

NuGet Package : DevExpress.Wpf.Charts

Declaration

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

Remarks

The following image demonstrates the SimpleBar2DModel.

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

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

The following series are compatible with the SimpleBar2DModel :

Inheritance

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

See Also

SimpleBar2DModel Members

Series and Marker Models

DevExpress.Xpf.Charts Namespace