Skip to main content

ConeBar3DModel Class

The Cone 3D Bar model.

Namespace: DevExpress.Xpf.Charts

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

NuGet Package: DevExpress.Wpf.Charts

Declaration

public class ConeBar3DModel :
    PredefinedBar3DModel

Remarks

ConeBar3DModel

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

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

The following series are compatible with the ConeBar3DModel:

See Also