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

CylinderBar3DModel Class

The Cylinder 3D 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 CylinderBar3DModel :
    PredefinedBar3DModel

Remarks

CylinderBar3DModel

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

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

The following series are compatible with the CylinderBar3DModel:

See Also