Skip to main content
A newer version of this page is available. .

SimpleBar2DModel Class

The basic Bar model.

Namespace: DevExpress.Xpf.Charts

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

NuGet Packages: DevExpress.WindowsDesktop.Wpf.Charts, DevExpress.Wpf.Charts

Declaration

public class SimpleBar2DModel :
    SymmetricBar2DModel

Remarks

The following image demonstrates the SimpleBar2DModel.

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:

See Also