Back to Devexpress

PyramidBar3DModel Class

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

latest2.2 KB
Original Source

PyramidBar3DModel Class

The Pyramid 3D Bar model.

Namespace : DevExpress.Xpf.Charts

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

NuGet Package : DevExpress.Wpf.Charts

Declaration

csharp
public class PyramidBar3DModel :
    PredefinedBar3DModel
vb
Public Class PyramidBar3DModel
    Inherits PredefinedBar3DModel

Remarks

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

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

The following series are compatible with the PyramidBar3DModel :

Inheritance

Object DispatcherObject DependencyObject Bar3DModel PredefinedBar3DModel PyramidBar3DModel

See Also

PyramidBar3DModel Members

Model

Series and Marker Models

DevExpress.Xpf.Charts Namespace