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

Quasi3DBar2DModel Class

The quasi three-dimensional 2D Bar model.

Namespace: DevExpress.Xpf.Charts

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

NuGet Package: DevExpress.Wpf.Charts

Declaration

public class Quasi3DBar2DModel :
    PredefinedBar2DModel

Remarks

The following image shows a Quasi3DBar2DModel.

Quasi3DBar2DModel

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

<dxc:BarSideBySideSeries2D>
    <dxc:BarSideBySideSeries2D.Model>
        <dxc:Quasi3DBar2DModel/>
    </dxc:BarSideBySideSeries2D.Model>
</dxc:BarSideBySideSeries2D>

The following series are compatible with the Quasi3DBar2DModel:

See Also