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

PyramidBar3DModel Class

The Pyramid 3D Bar model.

Namespace: DevExpress.Xpf.Charts

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

NuGet Package: DevExpress.Wpf.Charts

Declaration

public class PyramidBar3DModel :
    PredefinedBar3DModel

Remarks

PyramidBar3DModel

Set the BarSeries3D.Model property to the PyramidBar3DModel object to apply the model to a series.

<dxc:BarSideBySideSeries3D>
  <dxc:BarSideBySideSeries3D.Model>
    <dxc:PyramidBar3DModel/>
  </dxc:BarSideBySideSeries3D.Model>
</dxc:BarSideBySideSeries3D>

The following series are compatible with the PyramidBar3DModel:

See Also