wpf-devexpress-dot-xpf-dot-charts-dot-quasi3dbar2dmodel.md
The quasi three-dimensional 2D Bar model.
Namespace : DevExpress.Xpf.Charts
Assembly : DevExpress.Xpf.Charts.v25.2.dll
NuGet Package : DevExpress.Wpf.Charts
public class Quasi3DBar2DModel :
PredefinedBar2DModel
Public Class Quasi3DBar2DModel
Inherits PredefinedBar2DModel
The following image shows a 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 :
Object DispatcherObject DependencyObject Freezable ChartDependencyObject DevExpress.Xpf.Charts.PointModel Bar2DModel PredefinedBar2DModel Quasi3DBar2DModel
See Also